This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: removing or using AWT/Swing


Hi All,

>It should be possible to disable most of AWT+Swing (with the exception
>of AWTPermission) without an enormous effort.  However AFAIK nobody
>has done this in a way suitable for submission...

My 4.02 build removes most of the GNU AWT classes from
libgcj.a and substitutes the SwingWT classes. You can
check out my build scripts to see how I did this, but the
procedure won't apply to 4.2:

http://www.thisiscool.net/gcc40-scripts-20051104.tar.bz2

>From what I remember, the SwingWT stuff wasn't all there
for colorspace stuff and Java2D issues, but support for this
in 0.88 seems much improved. Haven't tried it out, though.

-- Mohan
http://www.thisiscool.com/
http://www.animalsong.org/





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]