Hi Mike,

On Fri, Nov 03, 2006 at 05:10:03PM -0500, Nidel, Mike wrote:
 > >   Try running on 5.0 with the XAWT instead
 > >   the motif toolkit:
 > >     AWT_TOOLKIT=XToolkit java YourApp
 > >   (or you can set a -D property for the default toolkit).
 >
 >
 > I don't quite follow how I invoke my app, can i just do
 >
 > java -Djava.some.property=XToolkit MyApp ...
 >
 > or is AWT_TOOLKIT a shell variable, or what?

   Here's more information:
     http://java.sun.com/j2se/1.5.0/docs/guide/awt/1.5/xawt.html

 > >   Also, does your application do any kind of complex rendering,
 > >   like antialiased rendering or alpha compositing (translucent images
 > >   , etc)?
 > >
 > >   If so, you might want to set this property:
 > >     -Dsun.java2d.pmoffscreen=false
 > >   It might help.
 >
 >
 > no, the simple application we're testing is just a swing app
 > that has various components but nothing fancy. Not even any
 > custom components, just basic Swing layouts.
 >
 > However, it's very handy to know this property. What does it
 > do, is there an API doc on it?

  https://java.sun.com/javase/6/docs/technotes/guides/2d/flags.html#pmoffscreen

  Thanks,
    Dmitri

===========================================================================
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".

Reply via email to