git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@403 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent a99eefdaac
commit 2d79763a73
  1. 1
      jode/jode/JodeApplet.java

@ -26,6 +26,7 @@ public class JodeApplet extends Applet {
String cls = getParameter("class");
if (cls != null)
jodeWin.setClass(cls);
setFont(new Font("dialog", Font.PLAIN, 10));
}
}

Loading…
Cancel
Save