Hi.
I have a problem opening a new JFrame while my Application is running. To be exact i want to open a new JFrame with a JTable after an object has been selected (picked).
Although i use InvokeLater the jTable isn’t shown correctly. After creating the JFrame I don’t change anything in the JFrame.
If i click inside the JFrame some parts of the table show up and if i resize it seems that the table isn’t “refreshed” until i click inside the Jframe (again some parts of the jtable are shown correct…).
I tried to open the Jframe in the main method. The result was that the Jframe looked correct until my canvas(in an awt Frame) was initialized and got the focus. After that it looked exactly like I described above.
If I just open the JFrame with swing code outside of my application there seems to be no problem, everything looks correct and is resizeable.
Im running my app on Linux with jogl v1.1b12.
Sorry for my english I hope someone has understood and can help me. Thanks in advance.