Re: XWT on Sharp Zaurus
Adam Megacz <[email protected]>
| Newsgroups | gmane.comp.java.xwt.general |
|---|---|
| Organization | XWT |
| Message-ID | <[email protected]> |
Andrew Kohlsmith <[email protected]> writes: > I am || this close... the jar loads, evm likes it, but it seems that AWT on > Zaurus doesn't know what a BufferedImage is. You should write a subclass of org.xwt.plat.AWT which does not use BufferedImage. Take a look at Java2.java and use it to write Zaurus.java. You shouldn't need to override AWTPicture or AWTDoubleBuffer. AWT.java is 1.1-compatible. Java2.java overrides certain methods to boost performance on JVMs that have Java2 capabilities. > As I'm not a java expert, can someone tell me what classes XWT _requires_ and > which it uses but are _optional_? Requires jdk1.1 or later. However it run ass-slow on the Netscape JVM, and MSJVM users prefer the activex version anyways, so XWT is pretty untested on jdk1.1 platforms. - a _______________________________________________ http://lists.xwt.org/listinfo/dev