Package org.rs2lite.loader

Examples of org.rs2lite.loader.WebAppletLoader


        //I think there are 169 worlds, oh wel
        int world = new Random().nextInt(169);
        //Oops!
        if(world == 0)
          world = 1;
        WebAppletLoader loader = new WebAppletLoader(
            "http://world"+world+".runescape.com/,j0");
        loader.load();
        //Return the loaded applet
        return loader.newApplet();
      }
    });
  }
View Full Code Here

TOP

Related Classes of org.rs2lite.loader.WebAppletLoader

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.