On 8 Sep 2004, <[EMAIL PROTECTED]> wrote:
> + /**
> + * @return true if we are running with AWT present
> + */
> + private boolean isAWTAvailable() {
> + return Boolean.getBoolean("java.awt.headless");
> }
> }that's the wrong way around since java.awt.headless disables AWT. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
