cvs commit: ports/java/jdk15/files patch-j2se::awt::Toolkit.java
patch-j2se::awt::awt_LoadLibrary.c
Greg Lewis
glewis at FreeBSD.org
Thu Oct 13 08:18:27 PDT 2005
glewis 2005-10-13 15:18:25 UTC
FreeBSD ports repository
Added files:
java/jdk15/files patch-j2se::awt::Toolkit.java
patch-j2se::awt::awt_LoadLibrary.c
Log:
. Switch to using XToolkit by default. According to
http://java.sun.com/j2se/1.5.0/docs/guide/awt/1.5/xawt.html
it has some advantages over XToolkit. Its also the default on Linux
and Solaris will be switching to it. Some people have reported that
it fixes a crash in the browser plugin for them.
Please let me know straight away if this causes problems, particularly
with Swing, as it hasn't been extensively tested. The web page
mentioned above explains how to switch the toolkits dynamically so you
can compare them.
Submitted by: Huang wen hui <hwh at gddsn.org.cn>
(the awt_LoadLibrary.c patch)
Approved by: phantom (maintainer)
Revision Changes Path
1.1 +20 -0 ports/java/jdk15/files/patch-j2se::awt::Toolkit.java (new)
1.1 +14 -0 ports/java/jdk15/files/patch-j2se::awt::awt_LoadLibrary.c (new)
More information about the cvs-all
mailing list