Maintainer: Matthias L. Jugel @version $Id: AppletListener.java 499 2005-09-29 08:24:54Z leo $ @author Matthias L. Jugel, Marcus Mei�ner
127128129130131132133134135136137
} }); p.add(b); urlPanel.add("East", p); bus.registerPluginListener(new AppletListener() { public void setApplet(JApplet applet) { context = applet.getAppletContext(); } });