Package jrdesktop

Examples of jrdesktop.Config


    private static int lastConfigIndex = 0;
    private static Config viewerConfig;
   
    /** Creates new form ServerConnection */
    public ConnectionDialog() {
        viewerConfig = new Config(Commons.viewerSide, "");
        initComponents();
        jComboBoxConfig.setSelectedIndex(lastConfigIndex);
    }
View Full Code Here


            }
        }
       
        lastConfigIndex = jComboBoxConfig.getSelectedIndex();
        close();
        main.viewerConfig = new Config (Commons.viewerSide, config_name,
                jTextFieldIPAdr.getText(),
                Integer.parseInt(jTextFieldPort.getText()),
                jTextFieldUsername.getText(),
                String.copyValueOf(jPasswordField.getPassword()),
                jCheckBoxSSLEnabled.isSelected(),
View Full Code Here

TOP

Related Classes of jrdesktop.Config

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.