Skip to content

Commit

Permalink
Minor UI change
Browse files Browse the repository at this point in the history
  • Loading branch information
‘maciejzaleski GIT_AUTHOR_EMAIL=‘[email protected] committed Feb 5, 2014
1 parent ab9d647 commit 62a0387
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -481,27 +481,39 @@
</Properties>
</Component>
<Component class="javax.swing.JTextField" name="proxyAddressTextField">
<Properties>
<Property name="enabled" type="boolean" value="false"/>
</Properties>
</Component>
<Component class="javax.swing.JLabel" name="jLabel11">
<Properties>
<Property name="text" type="java.lang.String" value="Port Number:"/>
</Properties>
</Component>
<Component class="javax.swing.JTextField" name="proxyPortTextField">
<Properties>
<Property name="enabled" type="boolean" value="false"/>
</Properties>
</Component>
<Component class="javax.swing.JLabel" name="jLabel12">
<Properties>
<Property name="text" type="java.lang.String" value="Username:"/>
</Properties>
</Component>
<Component class="javax.swing.JTextField" name="proxyUsernameTextField">
<Properties>
<Property name="enabled" type="boolean" value="false"/>
</Properties>
</Component>
<Component class="javax.swing.JLabel" name="jLabel13">
<Properties>
<Property name="text" type="java.lang.String" value="Password:"/>
</Properties>
</Component>
<Component class="javax.swing.JTextField" name="proxyPasswordTextField">
<Properties>
<Property name="enabled" type="boolean" value="false"/>
</Properties>
</Component>
</SubComponents>
</Container>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -293,12 +293,20 @@ private void initComponents() {

jLabel10.setText("Server Name or IP:");

proxyAddressTextField.setEnabled(false);

jLabel11.setText("Port Number:");

proxyPortTextField.setEnabled(false);

jLabel12.setText("Username:");

proxyUsernameTextField.setEnabled(false);

jLabel13.setText("Password:");

proxyPasswordTextField.setEnabled(false);

javax.swing.GroupLayout jPanel6Layout = new javax.swing.GroupLayout(jPanel6);
jPanel6.setLayout(jPanel6Layout);
jPanel6Layout.setHorizontalGroup(
Expand Down

0 comments on commit 62a0387

Please sign in to comment.