mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-11 09:00:23 -07:00
Bugfixes + client logo
This commit is contained in:
parent
f6a19d00f4
commit
ed7691a3f0
5 changed files with 24 additions and 42 deletions
|
|
@ -1,8 +1,8 @@
|
|||
package org.runite.client;
|
||||
import javax.swing.*;
|
||||
|
||||
import org.rs09.client.config.GameConfig;
|
||||
|
||||
import javax.imageio.ImageIO;
|
||||
import javax.swing.*;
|
||||
import java.applet.Applet;
|
||||
import java.awt.*;
|
||||
import java.net.MalformedURLException;
|
||||
|
|
@ -77,6 +77,7 @@ public class ClientLoader extends Applet {
|
|||
ClientLoader.world = "" + GameConfig.SERVER_NAME;
|
||||
//System.out.println(GameLaunch.SETTINGS.getWorld());
|
||||
this.frame = new JFrame(GameConfig.SERVER_NAME);
|
||||
this.frame.setIconImage(ImageIO.read(getClass().getClassLoader().getResource("09logo.png")));
|
||||
this.frame.setLayout(new BorderLayout());
|
||||
this.frame.setSize(300,500);
|
||||
this.frame.setBackground(Color.BLACK);
|
||||
|
|
|
|||
BIN
Client/src/main/resources/09logo.png
Normal file
BIN
Client/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