Python script improvements
This commit is contained in:
@@ -135,6 +135,7 @@ public class NewTest extends javax.swing.JPanel {
|
||||
|
||||
lblContact.setFont(new java.awt.Font("Tahoma", 0, 14)); // NOI18N
|
||||
lblContact.setText("Contact person *");
|
||||
lblContact.setToolTipText("Write here the user name of the person who can be contacted for any question concerning this test");
|
||||
|
||||
txtTestName.setFont(new java.awt.Font("Tahoma", 0, 14)); // NOI18N
|
||||
txtTestName.setToolTipText("");
|
||||
@@ -156,7 +157,7 @@ public class NewTest extends javax.swing.JPanel {
|
||||
jScrollPane3.setViewportView(txtTestDescription);
|
||||
|
||||
txtContactName.setFont(new java.awt.Font("Tahoma", 0, 14)); // NOI18N
|
||||
txtContactName.setToolTipText("Write a user name");
|
||||
txtContactName.setToolTipText("Write here the user name of the person who can be contacted for any question concerning this test");
|
||||
|
||||
jTableParams.setFont(new java.awt.Font("Tahoma", 0, 14)); // NOI18N
|
||||
jTableParams.setModel(new javax.swing.table.DefaultTableModel(
|
||||
|
||||
Reference in New Issue
Block a user