JTable.updateUI() works for jdk1.2 & does not work for jdk1.4
Neha D
Ranch Hand
Joined: Oct 12, 2004
Posts: 32
posted
0
Hi,
How come the method JTable.updateUI() works for jdk1.2 & does not work for version jdk1.4? This method shows me the table data without the need to click anywhere. But in the version jdk1.4, the data flow is same & also the code is same but it does not display the table contents till I do not click on the entity for which I want to display the data in a table.
Everything is same, only the code is being tested on jdk1.4.