Closedown

This commit is contained in:
boccioli_m
2017-10-13 11:18:08 +02:00
parent f45b3af1a4
commit ada9c1813f
3 changed files with 7 additions and 5 deletions

View File

@@ -255,7 +255,7 @@
<Editor/>
<Renderer/>
</Column>
<Column maxWidth="100" minWidth="-1" prefWidth="80" resizable="true">
<Column maxWidth="200" minWidth="-1" prefWidth="100" resizable="true">
<Title/>
<Editor/>
<Renderer/>

View File

@@ -199,8 +199,8 @@ public class NewTest extends javax.swing.JPanel {
jTableParams.getColumnModel().getColumn(0).setMinWidth(150);
jTableParams.getColumnModel().getColumn(0).setPreferredWidth(150);
jTableParams.getColumnModel().getColumn(0).setMaxWidth(150);
jTableParams.getColumnModel().getColumn(1).setPreferredWidth(80);
jTableParams.getColumnModel().getColumn(1).setMaxWidth(100);
jTableParams.getColumnModel().getColumn(1).setPreferredWidth(100);
jTableParams.getColumnModel().getColumn(1).setMaxWidth(200);
}
jButtonGenerate.setText("Generate");
@@ -330,6 +330,8 @@ public class NewTest extends javax.swing.JPanel {
* @param newType of type TypeOfNewFile, can be device or test.
*/
private void fillComponents(TypeOfNewFile newType) {
txtContactName.setText(System.getProperty("user.name"));
// listener for mouse-click also on table header
jTableParams.getTableHeader().addMouseListener(new MouseAdapter() {

View File

@@ -1,5 +1,5 @@
#Tue Oct 03 14&10&57 CEST 2017
#Fri Oct 13 10:59:28 CEST 2017
name=bx84_2
tests=sad
parameters=a&IQCOM,$GNT3,1,DIA\:22&23;delay&.2&delay between 2 steps;bla&234&bla bla;setVal&21&value to set;expectedVal&18.1&expected returned value;mask&2&bit mask;
description=simulation device in playground
parameters=delay&.2&delay between 2 steps;bla&234&bla bla;setVal&21&value to set;expectedVal&18.1&expected returned value;mask&2&bit mask;