Package org.mizartools.example.ui

Examples of org.mizartools.example.ui.MainFrame


import org.mizartools.example.ui.MainFrame;

public class Start {

  public static void main(String[] args) {
    MainFrame frame = new MainFrame("0.2.4", "Copyright (c) 2011, 2012 Mizar Tools Contributors (mizartools.org).");
        frame.setVisible(true);
   }
View Full Code Here

TOP

Related Classes of org.mizartools.example.ui.MainFrame

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.