New Test
New Device

Table:
Right-click menu
This commit is contained in:
boccioli_m
2015-08-28 10:29:51 +02:00
parent 2fc122c293
commit 2612051477
5 changed files with 284 additions and 381 deletions

View File

@@ -104,8 +104,8 @@ public class NewTest extends javax.swing.JPanel {
txtTestName.setFont(new java.awt.Font("Tahoma", 0, 14)); // NOI18N
jComboBoxTestSuites.setMinimumSize(new java.awt.Dimension(31, 23));
jComboBoxTestSuites.setPreferredSize(new java.awt.Dimension(31, 23));
jComboBoxTestSuites.setMinimumSize(new java.awt.Dimension(31, 26));
jComboBoxTestSuites.setPreferredSize(new java.awt.Dimension(31, 26));
jScrollPane3.setFont(new java.awt.Font("Tahoma", 0, 14)); // NOI18N
@@ -229,7 +229,9 @@ public class NewTest extends javax.swing.JPanel {
}
}//GEN-LAST:event_jMenuItemReleteRowActionPerformed
//constant declarations
/**
* constants declarations
*/
public static Path TESTS_DEVICES_DEFAULT_DIR = Paths.get(".", "home", "script", "tests", "devices");
public static Path TESTS_TESTS_DEFAULT_DIR = Paths.get(".", "home", "script", "tests", "tests");
public static Path TESTS_CONFIG_DEFAULT_DIR = Paths.get(".", "home", "script", "tests", "config");