this.completeTimeLabel.setText("Acquisition time ");
this.completeTimeLabel.setFont(new Font(null, 0, 11));
this.completeTimeLabel.setPreferredSize(new Dimension(100, 20));
this.completeTime = new DoubleField(1d, false, null);
this.completeTime.setPreferredSize(new Dimension(100, 20));
this.completeTime.setEditable(false);
this.completeTime.setBackground(Color.LIGHT_GRAY);
this.setLayout(new GridBagLayout());