Package vg.modules.search.components

Examples of vg.modules.search.components.FirstPanel


      public void actionPerformed(ActionEvent e) {
        SearchPanel.this.model.back();
      }
    });
    //create first and second panels
    this.firstPanel = new FirstPanel(this.param, this.model);
    this.secondPanel = new SecondPanel(this.param, this.model);
    this.add(this.view);
    buildFirstPanel();
    this.setVisible(false);
    this.view.updateUI();
View Full Code Here

TOP

Related Classes of vg.modules.search.components.FirstPanel

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.