mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-07 00:38:16 +00:00
Enable resize
This commit is contained in:
@@ -13,6 +13,7 @@ import javax.swing.*;
|
||||
|
||||
import java.applet.Applet;
|
||||
import java.applet.AppletStub;
|
||||
import java.awt.Dimension;
|
||||
import java.net.URL;
|
||||
|
||||
/**
|
||||
@@ -23,10 +24,13 @@ import java.net.URL;
|
||||
*/
|
||||
public abstract class ServerProvider implements Opcodes {
|
||||
|
||||
// public static Handler.RandomChecker getRandomChecker() {
|
||||
// Handler.RandomChecker randomChecker = new Handler.RandomChecker();
|
||||
// return randomChecker;
|
||||
// }
|
||||
/**
|
||||
* Get the game/applet dimensions
|
||||
* @return game/applet dimensions
|
||||
*/
|
||||
public Dimension getGameDimensions() {
|
||||
return new Dimension(765, 503);
|
||||
}
|
||||
|
||||
/**
|
||||
* Hooks to parse
|
||||
|
||||
Reference in New Issue
Block a user