This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Swing / AWT / SWT and the fly likes JTable update (urgent!) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "JTable update (urgent!)" Watch "JTable update (urgent!)" New topic
Author

JTable update (urgent!)

PriyaRajan
Greenhorn

Joined: Nov 09, 2001
Posts: 4
Dear friends,
I have a Jtable in a JPanel. Another panel contains textfields.Two panels are within JFrame.when the table is updated and fireTableChanged() is called, the table updates data.
The problem is if focus is on another window, I am not able to see the updated data in the table. Only when I click on the JFrame I see the updated table.but when the textfield is changed it automatically shows the new value, even when focus is on another window.
how to show the updates in the table when focus is on another window?
Thank u
Priya
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: JTable update (urgent!)
 
Similar Threads
JTable editting
JTable Problem...
jtable
JTable(!!!)
Jtable