run.setEnabled( false );
stop = new StopAction( this );
stop.setEnabled( false );
createConnection = new CreateConnectionAction( this );
createConnection.setEnabled( false );
properties = new PropertiesAction( this );
properties.setEnabled( false );
}