Hi all,
till recently, I'm creating the instance of JFrame on button click to show the
Java 3D output which is embed into the JPanel.
Now when I modify the same code for JInternalFrame, it showing the 3D output panel but NOT displaying the "close", "maximize" and "minimize" buttons with the frame border.
Here is my code snippet (I post the code of interest only, the file has 1200 LOC)
Main class:
The Java 3D JPanel
What's the wrong I'm doing here, any pointers will be greatly appreciated .