253254255256257258259260261262263
/** * Initializes the actions. */ private void initActions() { newServer = new NewServerAction(); openConfiguration = new OpenConfigurationAction( this ); openConfiguration.setEnabled( false ); delete = new DeleteAction( this );
249250251252253254255256257258259
239240241242243244245246247248249