Package state.view

Examples of state.view.DrawingBoard


  private DrawingBoard content;
 
  public State() {
   
    content = new DrawingBoard();
    add(content);
   
    JMenuBar menuBar = new JMenuBar();
    JMenu editMenu = new JMenu( "Bearbeiten" );
    JMenu toolMenu = new JMenu( "Werkzeuge" );
View Full Code Here

TOP

Related Classes of state.view.DrawingBoard

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.