Invisible JTable
Dear all,
I have a strange problem with a simple JTable. There is a JDialog, in which I have the JTable and a JPanel, both arranged by Borderlayout. Now for some reason, the Swing elements will not display when I set the JDialog to visible. Only when I resize the window are the table and the panel display. Any ideas why that could be?
Cheers,
N.

