mirror of
https://gitlab.com/2009scape/09launcher.git
synced 2025-12-12 09:30:31 -07:00
Refactor launcher to address certain issues, add new close button
This commit is contained in:
parent
07180ce371
commit
43183a2302
4 changed files with 36 additions and 11 deletions
|
|
@ -20,7 +20,7 @@ public class Settings {
|
|||
public static final boolean enableMusicPlayer = false;
|
||||
|
||||
// Frame Settings
|
||||
public static final Dimension frameSize = new Dimension(600, 350);
|
||||
public static final Dimension frameSize = new Dimension(600, 300);
|
||||
public static final Color borderColor = new Color(0, 0, 0);
|
||||
public static final Color backgroundColor = new Color(158,134,94);
|
||||
public static final Color primaryColor = new Color(255,204,54);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue