[JAVA2D] Pb Orchestration after imageIO.write()

2008-07-31 Thread java2d
Hi, I have a problem with following code : For big files, commands after new IConversion(srcFile_tConvImg_1, desFile_tConvImg_1, IConversion.IMAGE_TYPE_JPEG); are executed before the file be created (i think it's caused by write command ) . I need that job wait before execute this

Re: [JAVA2D] VolatileImage.validate() does not (always) work

2008-07-31 Thread Dmitri Trembovetski
Hi Maik, Where and how do you get the graphics configuration that you use to validate the VolatileImage? Could you print it out and see if it changes when you move the window from one screen to another? You can also print out the device this GraphicsConfiguration belongs to. It

[JAVA2D] drawimage exception

2008-07-31 Thread java2d
I am using drawimage method to draw a BufferedImage to another BufferedImage. But got exceptions like: java.lang.NoClassDefFoundError at sun.awt.motif.X11CachingSurfaceManager.isDestSurfaceAccelerated(X11CachingSurfac eManager.java) at

Re: [JAVA2D] drawimage exception

2008-07-31 Thread Dmitri Trembovetski
Hello, This exception doesn't make sense. Your Java installation seems to be broken or corrupted. You may want to try and reinstall it. If it still happens, please let us know your configuration (java version, os version), and provide a small test case reproducing the issue.

Re: [JAVA2D] VolatileImage.validate() does not (always) work

2008-07-31 Thread java2d
Hi Dmitri, as I described in my questioning thread, I get the graphics configuration via viBackbuffer.validate(this.getGraphicsConfiguration) whereas viBackbuffer is an VolatileImage object. The expression this.getGraphicsConfiguration I found in many documentation for the usage of