Closedown

This commit is contained in:
boccioli_m
2017-10-13 11:34:14 +02:00
parent f68379c73e
commit 3893883445
2 changed files with 4 additions and 4 deletions

View File

@@ -145,7 +145,7 @@
<Property name="text" type="java.lang.String" value="Device name"/>
</Properties>
<AuxValues>
<AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value="jLabelDeviceName.setVisible(false);"/>
<AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value="jLabelDeviceName.setVisible(true);"/>
</AuxValues>
</Component>
<Component class="javax.swing.JTextField" name="txtDeviceName">
@@ -157,7 +157,7 @@
<Property name="text" type="java.lang.String" value="jTextField1"/>
</Properties>
<AuxValues>
<AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value="txtDeviceName.setVisible(false);"/>
<AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value="txtDeviceName.setVisible(true);"/>
</AuxValues>
</Component>
<Component class="javax.swing.JLabel" name="jLabel2">

View File

@@ -85,12 +85,12 @@ public class TestingListDetails extends javax.swing.JPanel {
jLabelDeviceName.setFont(new java.awt.Font("Tahoma", 0, 14)); // NOI18N
jLabelDeviceName.setText("Device name");
jLabelDeviceName.setVisible(false);
jLabelDeviceName.setVisible(true);
txtDeviceName.setEditable(false);
txtDeviceName.setFont(new java.awt.Font("Tahoma", 0, 14)); // NOI18N
txtDeviceName.setText("jTextField1");
txtDeviceName.setVisible(false);
txtDeviceName.setVisible(true);
jLabel2.setFont(new java.awt.Font("Tahoma", 0, 14)); // NOI18N
jLabel2.setText("Device Description");