Launcher now sets its icon

This commit is contained in:
ceikry 2021-08-09 09:59:52 -05:00
parent f2dc4f29e6
commit 27212fa266
3 changed files with 1 additions and 0 deletions

View file

@ -18,6 +18,7 @@ object MainWindow : JFrame("2009scape Launcher") {
init { init {
this.iconImage = ImageIO.read(javaClass.getResource("/09logo.png"))
defaultCloseOperation = EXIT_ON_CLOSE defaultCloseOperation = EXIT_ON_CLOSE
preferredSize = Dimension(800,500) preferredSize = Dimension(800,500)
size = Dimension(800,500) size = Dimension(800,500)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 189 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB