• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JTable.updateUI() works for jdk1.2 & does not work for jdk1.4

 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.

Can any1 plz help me out with this problem.

Thanx.

Regards,
- Neha.
reply
    Bookmark Topic Watch Topic
  • New Topic