MCPcopy Create free account
hub / github.com/beanshell/beanshell / init

Method init

src/bsh/util/AWTDemoApplet.java:40–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38public class AWTDemoApplet extends Applet
39{
40 public void init()
41 {
42 setLayout(new BorderLayout());
43 ConsoleInterface console = new AWTConsole();
44 add("Center", (Component)console);
45 Interpreter interpreter = new Interpreter( console );
46 new Thread(interpreter).start();
47 }
48}
49

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected