96979899100101102103
*/ private void readConfiguration() { // Creating and scheduling the job to load the configuration StudioJob<StudioRunnableWithProgress> job = new StudioJob<StudioRunnableWithProgress>( new LoadConfigurationRunnable( this ) ); job.schedule(); }
9596979899100101102