Package client.gui.panels

Examples of client.gui.panels.MainConnexionPanel


  public ConnexionDialog(JXoFrame owner, boolean modal){
    this.pere = owner;
    this.setModal(modal);
   
    // panel principal du dialogue.
    this.main = new MainConnexionPanel(this);
    this.getContentPane().add(main);
   
    this.setSize(new Dimension(300, 100));
    GU.center(this);
  }
View Full Code Here

TOP

Related Classes of client.gui.panels.MainConnexionPanel

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.