Package starlight.taliis.apps.editors.adt3D

Examples of starlight.taliis.apps.editors.adt3D.Display3D


  public adtJ3DVisual(adt rADTFile) {
    obj = rADTFile;
    setLayout(new BorderLayout());
   
    if(hasJ3D()) {
      add(new Display3D( obj ), BorderLayout.CENTER);
    }
    else {
      add(
        new JLabel("Unable to show preview because J3D is not installed"),
        BorderLayout.CENTER
View Full Code Here

TOP

Related Classes of starlight.taliis.apps.editors.adt3D.Display3D

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.