Results 1 to 3 of 3
Thread: GUI refresh problem in java 1.6
- 09-25-2008, 03:17 PM #1
Member
- Join Date
- Sep 2008
- Posts
- 2
- Rep Power
- 0
GUI refresh problem in java 1.6
Hi,
I'm developing a web based application using RMI Interface. Recently I have upgraded my java version from 1.4.02 to 1.6.0.07. But after that I started to have some refresh problems in GUI. Espcially on the panels that have jtable. The list on the table got lost when I open another window on it. Then all data come back when I click on the table. Nothing has been changed in the source code. Only the java is upgraded. Does anyone have any opinion about the cause and hopefully for the solution. Any idea will be very helpful.
Thanks in advance!
Gokhan,Last edited by gokhan; 09-25-2008 at 03:25 PM.
- 09-26-2008, 10:15 AM #2
May be there are some functions used in 1.4.02 and are deprecated in 1.6.0.07 that are related to jtable or jframe check it out.
To finish sooner, take your own time....
Nivedithaaaa
- 09-26-2008, 12:23 PM #3
Member
- Join Date
- Sep 2008
- Posts
- 2
- Rep Power
- 0
First of all thank you for your reply.
I have filtered the warnings about deprecated methods in my project, but no method related with jtable or jframe is listed as deprecated.
Can the problem be related with invokeLater threads of SwingUtilities?
By the way I am using swing...
Similar Threads
-
Java problem
By grend in forum New To JavaReplies: 5Last Post: 08-18-2008, 11:44 PM -
Problem in java
By saytri in forum New To JavaReplies: 4Last Post: 01-16-2008, 10:09 PM -
Problem in java
By saytri in forum New To JavaReplies: 6Last Post: 01-09-2008, 04:13 PM -
JAVA if problem
By toby in forum New To JavaReplies: 2Last Post: 07-25-2007, 07:58 PM -
java SE 6 problem
By techlance in forum Java AppletsReplies: 1Last Post: 06-28-2007, 10:10 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks