JComboBox options obscured by other controls
Hello all,
I'm developing a simple swing app. Using some nested gridlayouts, I have a JComboBox right above two JScrollPane()s which contain List()s. Whenever I click the JComboBox, the options that appear show up underneath the JScrollPanes, making it impossible to choose options. Is there some kind of "always on top" option?
I'm fairly new to Swing development, so I'm probably missing something obvious. Also, I'm not doing anything funky with painting, etc.
I'm running Sun's JDK 1.6 on Linux.
Thanks

