On 28.12.2004 11:54:10 Peter B. West wrote: > Jeremias Maerki wrote: > > On 28.12.2004 02:26:51 Peter B. West wrote: > > <snip/> > > > >>Did you find the reference to java.awt.graphicsenv in PJA? > > > > > > Just downloaded PJA. There's no reference in PJA other than in the > > javadocs for PJABufferedImage and PJAGraphicsEnvironment. Seems like the > > developer has to make sure that the system property is set (as could be > > expected). It's interesting to note that PJA subclasses > > SunGraphicsEnvironment and not GraphicsEnvironment. Like this they are > > dependent on Sun-private classes. > > > So I saw. It's only for PJAGraphicsEnvironment. Where do the > Sun-private classes come from?
From the JDK/JRE (rt.jar). > Where else have you seen a reference to java.awt.graphicsenv? Nowhere else in PJA. Jeremias Maerki