Hi all,
I have an application which i run using jdk1.3 and java3d 1.2 . In the application i have a Canvas3D put in a JPanel, which in turn is put in JSplitpane, which is in JInternalFrame. So there is an AWT component with the Swing components. The problem is that the application pops up for the first time; then whenever i try to make any changes in the UI (dynamically) or minimize/ maximize the internal frame, Window NT crashes ( physical dump) giving a blue screen. Some one told me it is because of mixing AWT and Swing components. I tried to set the preferred size and minimum size of the canvas3D; but to no avail. Can some one tell me the reason of crashing! Please help me out..
The configuration of my machine is Windows NT, pentium 3 processor(800 Mz), 320MB RAM. |
- [JAVA3D] How can I project a Swing components onto a J3D s... Stefan Bühlmann