I'm not sure I've understood correctly, as from Java 6 onwards, there is a key speciifcally for that in RenderingHints: http://java.sun.com/javase/6/docs/api/java/awt/RenderingHints.html#KEY_TEXT_ANTIALIASING.
Remember that Netbeans doesn't stipulate JDK6 so they may not be able to use the LCD sub-pixel anti-aliasing values in the source. To check if a component has the value enabled just consult the RenderingHints Hashmap from your friendly local Graphics2D dealership. [Message sent by forum member 'fred34' (fred34)] http://forums.java.net/jive/thread.jspa?messageID=297224 =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA2D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
