mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-03 00:31:51 +00:00
Added Current World To Client Title
This commit is contained in:
@@ -4,12 +4,11 @@
|
|||||||
|
|
||||||
import java.awt.*;
|
import java.awt.*;
|
||||||
|
|
||||||
@SuppressWarnings("serial")
|
|
||||||
final class RSFrame extends Frame {
|
final class RSFrame extends Frame {
|
||||||
|
|
||||||
public RSFrame(RSApplet RSApplet_, int i, int j) {
|
public RSFrame(RSApplet RSApplet_, int i, int j) {
|
||||||
rsApplet = RSApplet_;
|
rsApplet = RSApplet_;
|
||||||
setTitle(ClientSettings.SERVER_NAME);
|
setTitle(ClientSettings.SERVER_NAME + " World: " + ClientSettings.SERVER_WORLD);
|
||||||
setResizable(false);
|
setResizable(false);
|
||||||
setMinimumSize(new Dimension(i + 8, j + 28));
|
setMinimumSize(new Dimension(i + 8, j + 28));
|
||||||
setVisible(true);
|
setVisible(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user