Package be.xtnd.commons

Examples of be.xtnd.commons.MDIDesktopPane


    s.start();
    this.setSize(appliSize);
    this.setLocationRelativeTo(this.getParent());
    this.setDefaultCloseOperation(WindowConstants.DO_NOTHING_ON_CLOSE);
   
    desktop = (this.fondEnabled)?new MDIDesktopPane(fond):new MDIDesktopPane();
    scrollPane = new JScrollPane();
    MainGui.imgIcon = icon;
    MainGui.icon = icon.getImage();
    this.addWindowListener(new WindowAdapter() {
      public void windowClosing(WindowEvent e) {
View Full Code Here

TOP

Related Classes of be.xtnd.commons.MDIDesktopPane

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.