Closedown

This commit is contained in:
boccioli_m
2015-06-23 11:17:35 +02:00
parent ecd1cc4572
commit 54d85064df
5 changed files with 17 additions and 3 deletions

View File

@@ -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);