Search Results

1
vote

how to control focus in JTable

Please try this example. It should let you navigate through the table by entering the values u, d, l, r for Up, Down, Left, Right. Hope that this will give you an idea about how to …
0
votes

How can I best lay out these components in Swing?

I think, that of all standard layouts, GridBagLayout should be best for what you need. You could try something like the following example, where I simplified the complex GridBagConstraints …
0
votes

How to select first item in JPopupMenu?

This is weird. I tried it with Windows, and with Java 1.5.0_08 and even 1.6.0_07 the first Element is selected automatically, as you expected it to be. …