Package net.sf.jftp.gui.base

Examples of net.sf.jftp.gui.base.AppMenuBar


        mainFrame.setIconImage(icon);
        mainFrame.setFont(GUIDefaults.font);

        //*** MY CHANGES
        //mainFrame.setJMenuBar(new AppMenuBar(jftp));
        menuBar = new AppMenuBar(jftp);
        mainFrame.setJMenuBar(menuBar);

        //***
        mainFrame.getContentPane().setLayout(new BorderLayout());
        mainFrame.getContentPane().add("Center", jftp);
View Full Code Here

TOP

Related Classes of net.sf.jftp.gui.base.AppMenuBar

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.