Package View

Examples of View.MainFrame


  private JTextField ipField1, ipField2, ipField3, ipField4, portFieldMin,
      portFieldMax;
  private JButton executeBttn;

  public App() {
    mainFrame = new MainFrame();

    initializeIPFields();

    portPanel = new JPanel();
    portLabel = new JLabel("Port range: ");
View Full Code Here


   * @param args les arguments passés au programme lors du lancement
   */
  public static void main(String[] args) {
 
    Controller controller = new Controller();
    new MainFrame(controller);
  }
View Full Code Here

TOP

Related Classes of View.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.