Closedown
This commit is contained in:
@@ -60,18 +60,22 @@ public class TestingListDetails extends javax.swing.JPanel {
|
||||
|
||||
jLabel1.setText("Device name");
|
||||
|
||||
txtDeviceName.setEditable(false);
|
||||
txtDeviceName.setText("jTextField1");
|
||||
|
||||
jLabel2.setText("Device Description");
|
||||
|
||||
txtDeviceDescription.setEditable(false);
|
||||
txtDeviceDescription.setText("jTextField2");
|
||||
|
||||
jLabel4.setText("Test Case/Suite");
|
||||
|
||||
txtTestSuite.setEditable(false);
|
||||
txtTestSuite.setText("jTextField2");
|
||||
|
||||
jLabel5.setText("Test Name");
|
||||
|
||||
txtTestName.setEditable(false);
|
||||
txtTestName.setText("jTextField2");
|
||||
|
||||
jLabel6.setText("Last Test Result");
|
||||
@@ -122,6 +126,7 @@ public class TestingListDetails extends javax.swing.JPanel {
|
||||
this.cmOk.setVisible(false);
|
||||
this.cmDefault.setVisible(false);
|
||||
|
||||
txtTestResult.setEditable(false);
|
||||
txtTestResult.setColumns(20);
|
||||
txtTestResult.setLineWrap(true);
|
||||
txtTestResult.setRows(5);
|
||||
@@ -129,6 +134,7 @@ public class TestingListDetails extends javax.swing.JPanel {
|
||||
|
||||
jLabel8.setText("Test Description");
|
||||
|
||||
txtTestDescription.setEditable(false);
|
||||
txtTestDescription.setColumns(20);
|
||||
txtTestDescription.setLineWrap(true);
|
||||
txtTestDescription.setRows(5);
|
||||
|
||||
Reference in New Issue
Block a user