mouse events coalescing

2001-08-24 Thread Guillaume Pothier
Hi, Does someone know of a way to prevent mouse events from coalescing when the VM is busy ? (for ARM jdk1.3.1) Guillaume Pothier -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Troubl

Re: full screen application window

2001-08-23 Thread Guillaume Pothier
Both these features are claimed to be available in Sun's JDK1.4 beta. I guess it will be available on blackdown's as soon as they release their own 1.4 Guillaume Stu Wier a écrit : > > How do you make a stand-alone Java application window that on start-up > > 1. automatically fills the entire s

Java2 on iPaq

2001-08-07 Thread Guillaume Pothier
atePackedRaster (DataBuffer.TYPE_INT, w, h, bm, null);   BufferedImage fastImage = new BufferedImage (cm, raster, true, null);   I am using the same method on the iPaq, and of course the frame rate is slower (2 or 3 fps). Can somebody tell me which format is the most optimized for the iPaq ?   Guillaume Pothier