//State
lblState = new JLabel();
lblState.setText("State: ");
lblState.setToolTipText("The state of an agent can only be determined, if the agent is suspended. ");
line2.add(lblState);
taStatus = new ThreadActionStatus(thread);
line2.add(taStatus);
line2.add(Box.createHorizontalGlue());
lblCommandCount = new JLabel();