Python script improvements
This commit is contained in:
@@ -162,6 +162,7 @@
|
||||
<Font name="Tahoma" size="14" style="0"/>
|
||||
</Property>
|
||||
<Property name="text" type="java.lang.String" value="Contact person *"/>
|
||||
<Property name="toolTipText" type="java.lang.String" value="Write here the user name of the person who can be contacted for any question concerning this test"/>
|
||||
</Properties>
|
||||
</Component>
|
||||
<Component class="javax.swing.JTextField" name="txtTestName">
|
||||
@@ -225,7 +226,7 @@
|
||||
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
|
||||
<Font name="Tahoma" size="14" style="0"/>
|
||||
</Property>
|
||||
<Property name="toolTipText" type="java.lang.String" value="Write a user name"/>
|
||||
<Property name="toolTipText" type="java.lang.String" value="Write here the user name of the person who can be contacted for any question concerning this test"/>
|
||||
</Properties>
|
||||
</Component>
|
||||
<Container class="javax.swing.JScrollPane" name="jScrollPane1">
|
||||
|
||||
@@ -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