posted 22 years ago
hi all,
i have this problem.When user selects a record,JOptionPane.showInputDialog pops up and it shows the seats available either in JComboBox or JList,but when you scrolldown the JList or JComboBox,the data inside flickers.i was trying to override the showInputDialog so i can get to this JComboBox or JList to fix this. i do not have any clue to fix this.
is their any advice on it.
the same problem was fixed in jtabel with the following code
scrollPane.getViewport().setScrollMode
(JViewport.SIMPLE_SCROLL_MODE);
thanks in advance
harcharan