mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-07 16:49:10 +00:00
[CLEANUP] Commented out testing parts
This commit is contained in:
@@ -217,26 +217,10 @@ public class Context {
|
|||||||
gameApplet.init();
|
gameApplet.init();
|
||||||
gameApplet.start();
|
gameApplet.start();
|
||||||
|
|
||||||
if (false) { // Should be deleted on push
|
// if (false) { // Should be deleted on push
|
||||||
|
//// try {
|
||||||
// try {
|
// try {
|
||||||
try {
|
// Test.initiate();
|
||||||
Test.initiate();
|
|
||||||
} catch (NoSuchMethodException e) {
|
|
||||||
e.printStackTrace();
|
|
||||||
} catch (InvocationTargetException e) {
|
|
||||||
e.printStackTrace();
|
|
||||||
} catch (IllegalAccessException e) {
|
|
||||||
e.printStackTrace();
|
|
||||||
}
|
|
||||||
Applet get = (Applet) Context.getInstance().getClient();
|
|
||||||
// get.getName();
|
|
||||||
panel.removeAll();
|
|
||||||
setClientInstance(get);
|
|
||||||
gameApplet = get;
|
|
||||||
gameApplet.setSize(appletSize);
|
|
||||||
panel.add(gameApplet);
|
|
||||||
panel.validate();
|
|
||||||
|
|
||||||
// } catch (NoSuchMethodException e) {
|
// } catch (NoSuchMethodException e) {
|
||||||
// e.printStackTrace();
|
// e.printStackTrace();
|
||||||
// } catch (InvocationTargetException e) {
|
// } catch (InvocationTargetException e) {
|
||||||
@@ -244,7 +228,23 @@ public class Context {
|
|||||||
// } catch (IllegalAccessException e) {
|
// } catch (IllegalAccessException e) {
|
||||||
// e.printStackTrace();
|
// e.printStackTrace();
|
||||||
// }
|
// }
|
||||||
}
|
// Applet get = (Applet) Context.getInstance().getClient();
|
||||||
|
//// get.getName();
|
||||||
|
// panel.removeAll();
|
||||||
|
// setClientInstance(get);
|
||||||
|
// gameApplet = get;
|
||||||
|
// gameApplet.setSize(appletSize);
|
||||||
|
// panel.add(gameApplet);
|
||||||
|
// panel.validate();
|
||||||
|
//
|
||||||
|
//// } catch (NoSuchMethodException e) {
|
||||||
|
//// e.printStackTrace();
|
||||||
|
//// } catch (InvocationTargetException e) {
|
||||||
|
//// e.printStackTrace();
|
||||||
|
//// } catch (IllegalAccessException e) {
|
||||||
|
//// e.printStackTrace();
|
||||||
|
//// }
|
||||||
|
// }
|
||||||
|
|
||||||
java.util.Timer t = new java.util.Timer();
|
java.util.Timer t = new java.util.Timer();
|
||||||
t.schedule(new TimerTask() {
|
t.schedule(new TimerTask() {
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
package org.parabot.core.asm.redirect;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author JKetelaar
|
||||||
|
*/
|
||||||
|
public class URLRedirect{
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user