4647484950515253
private List entries; public ConfiguratorGUI(MainWindow mainWindow, ConfigRuntimeImpl runtime) { this.mainWindow = mainWindow; this.runtime = runtime; this.openAction = new SettingsAction(this); this.exitAction = new ExitAction(this); }