Hi,
I have my JOGL canvas placed inside a JPanel on a JDialog. At the top of the dialog is a toolbar with a JComboBox. When I click on the drop down for the combo box to list it’s contents it has problems.
When the JComboBox is dropped down the JOGL area is overwritting the screen so you can’t see the combo box contents.
Why?? What’s going on. How do I fix this.