mirror of
https://gitlab.com/2009scape/09launcher.git
synced 2025-12-09 16:45:54 -07:00
Launcher now sets its icon
This commit is contained in:
parent
f2dc4f29e6
commit
27212fa266
3 changed files with 1 additions and 0 deletions
|
|
@ -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 |
BIN
src/main/resources/09logo.png
Normal file
BIN
src/main/resources/09logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.2 KiB |
Loading…
Add table
Add a link
Reference in a new issue