Tools:
New Test New Device Table: Right-click menu
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user