Changed Main frame to force a repaint, preventing images in LogoPanels to stay hidden.

Changed Settings GUI to remove separator.
This commit is contained in:
dev
2011-07-14 07:40:25 +00:00
parent 255e67f016
commit a52a711647
3 changed files with 11 additions and 8 deletions

View File

@ -164,5 +164,6 @@ public class Main {
});
frame.setVisible(true);
frame.repaint(); // Force repaint to make sure that Logo is loaded.
}
}