Focus problem on JList  
Author Message
Jo





PostPosted: 2005-2-1 18:42:00 Top

java-programmer, Focus problem on JList Hello,

I made a JDialog with two JButton and one JList. I'd like to get the focus
on my Jlist, but it's always the first button (in declaration order) which
has the focus. An actionListener is added to the JButton and I put the focus
on the Jlist by "JList.requestFocus()".

Any idea ?