Applied some minor changes requested by @delvh and CyberSomething (I really cant remember how your name is spelled)
Co-authored-by: CyB3RC0nN0R <kske@outlook.de> Co-authored-by: delvh <dev.lh@web.de>
This commit is contained in:
@ -183,8 +183,8 @@ public final class ChatScene implements Restorable {
|
||||
try {
|
||||
contactSearchTab.setContent(FXMLLoader.load(new File("src/main/resources/fxml/ContactSearchTab.fxml").toURI().toURL()));
|
||||
groupCreationTab.setContent(FXMLLoader.load(new File("src/main/resources/fxml/GroupCreationTab.fxml").toURI().toURL()));
|
||||
} catch (Exception e2) {
|
||||
logger.log(Level.SEVERE, "An error occured when attempting to load the tabs!", e2);
|
||||
} catch (IOException e2) {
|
||||
logger.log(Level.SEVERE, "An error occurred when attempting to load tabs: ", e2);
|
||||
}
|
||||
} else {
|
||||
contactSearchTab.setContent(createOfflineNote());
|
||||
|
@ -66,7 +66,6 @@ public class GroupCreationTab {
|
||||
private HBox errorProceedBox;
|
||||
|
||||
private LocalDB localDB;
|
||||
|
||||
private String name;
|
||||
|
||||
private static final EventBus eventBus = EventBus.getInstance();
|
||||
|
Reference in New Issue
Block a user