Package infovis.panel

Examples of infovis.panel.MainFrameDecorator


    public static void main(String args[]) {
    //AgileJFrame frame = new AgileJFrame("OpenGL Infovis Toolkit");
    JFrame frame = new JFrame("OpenGL Infovis Toolkit");       
   
    new MainFrameDecorator(frame);
    frame.setVisible(true);
    frame.pack();
    }
View Full Code Here

TOP

Related Classes of infovis.panel.MainFrameDecorator

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.