Sign In/My Account | View Cart  

advertisement

AddThis Social Bookmark Button

Article:
  Playing Movies in a Java 3D World, Part 2:
Subject:   Java 3D and Swing
Date:   2005-06-15 18:32:55
From:   Andrew_Davison
Response to: Java 3D and Swing

Java 3D's top-level drawing panel, Canvas3D, is a heavyweight component, so you have to be a little bit careful how you integrate it with Swing, but it's doable. In fact, all my examples put the Canvas3D object inside a JPanel.


The Loader3D example in Chapter 16 uses a more complicated Swing interface alongside Canvas3D.


- Andrew