Package net.sf.jftp.gui.framework

Examples of net.sf.jftp.gui.framework.HTextField


        //setTitle("Proxy settings...");
        //setLocation(50,150);
        //getContentPane().
        setLayout(new FlowLayout(FlowLayout.LEFT));

        proxy = new HTextField("Socks proxy:", "");
        port = new HTextField("Port:", "");

        proxy.setText(Settings.getSocksProxyHost());
        port.setText(Settings.getSocksProxyPort());

        //getContentPane().
View Full Code Here

TOP

Related Classes of net.sf.jftp.gui.framework.HTextField

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.