Closedown
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user