267268269270271272273274275276277
rename.setEnabled( false ); run = new RunAction( this ); run.setEnabled( false ); stop = new StopAction( this ); stop.setEnabled( false ); createConnection = new CreateConnectionAction( this ); createConnection.setEnabled( false );
263264265266267268269270271272273
253254255256257258259260261262263