[CLEANUP] Commented out testing parts

This commit is contained in:
JKetelaar
2016-01-10 00:00:14 +01:00
parent d475ac9e45
commit 5a7f7a20a4
2 changed files with 35 additions and 27 deletions
+27 -27
View File
@@ -217,34 +217,34 @@ 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) { // } catch (NoSuchMethodException e) {
e.printStackTrace(); // e.printStackTrace();
} catch (InvocationTargetException e) { // } catch (InvocationTargetException e) {
e.printStackTrace(); // e.printStackTrace();
} catch (IllegalAccessException e) { // } catch (IllegalAccessException e) {
e.printStackTrace(); // e.printStackTrace();
} // }
Applet get = (Applet) Context.getInstance().getClient(); // Applet get = (Applet) Context.getInstance().getClient();
// get.getName(); //// get.getName();
panel.removeAll(); // panel.removeAll();
setClientInstance(get); // setClientInstance(get);
gameApplet = get; // gameApplet = get;
gameApplet.setSize(appletSize); // gameApplet.setSize(appletSize);
panel.add(gameApplet); // panel.add(gameApplet);
panel.validate(); // panel.validate();
//
// } catch (NoSuchMethodException e) { //// } catch (NoSuchMethodException e) {
// e.printStackTrace(); //// e.printStackTrace();
// } catch (InvocationTargetException e) { //// } catch (InvocationTargetException e) {
// e.printStackTrace(); //// e.printStackTrace();
// } catch (IllegalAccessException e) { //// } catch (IllegalAccessException e) {
// e.printStackTrace(); //// 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{
}