java.net Forums : Out of video memory …
Hi all,
I’m stuck at the following problem:I developed a swing app, in which on some button click I opened a new JFrame window which contained a JPanel with Canvas3D object, i.e that frame shows some 3D objects (basically all 3D object are instance of class Box). Now I’m creating the instance of Java 3D container repeatedly and when I create the same frame (JFrame for 3D objects) again for 9th time then, then I got the following error box:
“SISGL:
Can’t create new srface.
Out of video memory.
This progrma will exit"