From e1e781bb2135ef78592226f1a3eaba4925702f1f Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 3 May 2021 16:38:41 -0700 Subject: :star: --- NET/worlds/console/WebControlFactory.java | 34 +++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 NET/worlds/console/WebControlFactory.java (limited to 'NET/worlds/console/WebControlFactory.java') diff --git a/NET/worlds/console/WebControlFactory.java b/NET/worlds/console/WebControlFactory.java new file mode 100644 index 0000000..6b7ce28 --- /dev/null +++ b/NET/worlds/console/WebControlFactory.java @@ -0,0 +1,34 @@ +/* */ package NET.worlds.console; +/* */ +/* */ import java.io.PrintStream; +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ public class WebControlFactory +/* */ { +/* */ public static WebControlImp createWebControlImp(int hwnd, boolean hasToolbar, boolean isBanner) +/* */ throws NoWebControlException +/* */ { +/* */ try +/* */ { +/* 22 */ return new IEWebControlImp(hwnd, hasToolbar, isBanner); +/* */ } catch (Exception e) { +/* 24 */ System.out.println("WebControlImp blew chow: " + e.toString()); +/* 25 */ throw new NoWebControlException(); +/* */ } +/* */ } +/* */ } + + +/* Location: C:\Program Files (x86)\Worlds Inc\WorldsPlayer - Win7\lib\worlds.jar!\NET\worlds\console\WebControlFactory.class + * Java compiler version: 6 (50.0) + * JD-Core Version: 0.7.1 + */ \ No newline at end of file -- cgit v1.2.3