Implemented theme serialization to a file

This commit is contained in:
2019-12-07 11:48:41 +01:00
parent e245a129af
commit 057c21061b
5 changed files with 93 additions and 164 deletions

View File

@ -81,6 +81,7 @@ public class ChatWindow extends JFrame {
public void windowClosing(WindowEvent e) {
try {
localDB.saveToLocalDB();
Settings.getInstance().save();
} catch (IOException e1) {
e1.printStackTrace();
System.err.println("Could not save localDB");