Searched defs:userTextField (Results 1 - 1 of 1) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/management/client/
H A DSettingsFrame.java74 //userTextField.setText(properties.getProperty(SettingsPersistence.USERNAMEKEY));
82 //properties.setProperty(SettingsPersistence.USERNAMEKEY, userTextField.getText());
107 userTextField = new javax.swing.JTextField();
142 userTextField.setEditable(false);
143 userTextField.setToolTipText("Username for connecting to the agent");
163 .addComponent(userTextField, javax.swing.GroupLayout.DEFAULT_SIZE, 178, Short.MAX_VALUE)
177 .addComponent(userTextField, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))
309 private javax.swing.JTextField userTextField; field in class:SettingsFrame

Completed in 9 milliseconds