Package vg.modules.notepad.components

Examples of vg.modules.notepad.components.Desktop


   
    this.toolBar = new JToolBar("Tool Bar");
    this.toolBar.setLayout(new GridBagLayout());
    this.toolBar.setFloatable(false);
   
    this.desktop = new Desktop(param);
   
    this.statusBar = new SimpleStatusBar();
   
    this.openButton  = new JButton(new ImageIcon("./data/resources/textures/notepad/openFile.png"));
    this.openButton.setToolTipText("Open file");
View Full Code Here

TOP

Related Classes of vg.modules.notepad.components.Desktop

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.