awt10 code eingebettet

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@358 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent a8fd7b92d3
commit 3f9e77383d
  1. 9
      jode/jode/JodeApplet.java

@ -10,6 +10,14 @@ public class JodeApplet extends Applet {
public JodeApplet() {
jodeWin = new JodeWindow(this);
}
///#ifdef AWT10
/// public boolean action(Event e, Object arg) {
/// jodeWin.action(e);
/// return true;
/// }
///#endif
public void init() {
String cp = getParameter("classpath");
@ -20,3 +28,4 @@ public class JodeApplet extends Applet {
jodeWin.setClass(cls);
}
}

Loading…
Cancel
Save