Package com.pugh.sockso.gui.controls

Examples of com.pugh.sockso.gui.controls.RescanButton


     *
     */
   
    private JPanel getMiscButtonPane() {
      
        final RescanButton rescan = injector.getInstance( RescanButton.class );
        final FlowLayout layout = new FlowLayout( FlowLayout.RIGHT );
        final JPanel panel = new JPanel( layout );
       
        rescan.init();
        panel.add( rescan );
       
        return panel;
       
    }
View Full Code Here

TOP

Related Classes of com.pugh.sockso.gui.controls.RescanButton

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.