Ed Randall - 2004-04-15

I need to create some simple bitmap images for my web site.  JDraw looks like just what I need, thanks!  But I think I found a slight bug, maybe it is actually Sun's bug, I'm not sure.

I wanted to add some text to an image, using font "Arial" size 11, no antialiasing or anything.
Some characters are rendered seriously badly. 
Try an uppercase "X" for an example.
I first saw this using the jdraw.v1.1.1a.jdk1.4.jar under J2sdk1.4.2_04 on Windoze.  It doesn't happen when using the jdraw.v1.1.1a.jdk1.3.jar  running under JDK1.3.0.  But it does happen running that ...jdk1.3.jar under JDK1.4 so I guess that proves it's Sun's fault. 

Ed