[Thinlet-development] thinlet/src/java/thinlet Thinlet.java,1.14,1.15
Brought to you by:
bajzat
From: Andrzej B. <ab...@us...> - 2004-10-04 20:56:25
|
Update of /cvsroot/thinlet/thinlet/src/java/thinlet In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31703 Modified Files: Thinlet.java Log Message: This reportedly fixes stability problems when running under 1.1 JVMs. As reported by: many, most recently Mike Hartshorn. Index: Thinlet.java =================================================================== RCS file: /cvsroot/thinlet/thinlet/src/java/thinlet/Thinlet.java,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- Thinlet.java 14 Sep 2004 14:05:32 -0000 1.14 +++ Thinlet.java 4 Oct 2004 20:56:15 -0000 1.15 @@ -90,7 +90,8 @@ } catch (Exception exc) { /* not 1.4 */ } } - { + + public Thinlet() { setFont(new Font("SansSerif", Font.PLAIN, 12)); //setFont((Font) // getToolkit().getDesktopProperty("win.messagebox.font")); |