Posted By:
Alex_Chaikin
Posted On:
Wednesday, October 30, 2002 09:24 AM
Hi All, As soon as I move my Java-code into an applet I get a very strange behaviour of JTable component: it isn't refreshed at all. Calling the applet inside a browser I can see only an empty rectangle in place of JTable. After resizing the browser's window it gets visible. However in order to make a mouse selection of a record then I also need to 'refresh' the window by hands. It looks like JTable is isolated from the events when running in a browser... What's wrong with it??? Thanks in advance! Sincerely, Alex
More>>
Hi All,
As soon as I move my Java-code into an
applet I get a very strange behaviour of
JTable component: it isn't refreshed at all.
Calling the applet inside a browser I can see
only an empty rectangle in place of JTable.
After resizing the browser's window it
gets visible. However in order to make a
mouse selection of a record then I also
need to 'refresh' the window by hands.
It looks like JTable is isolated from
the events when running in a browser...
What's wrong with it???
Thanks in advance!
Sincerely,
Alex
<<Less