[JAVA2D] Problems with BufferedImage.createGraphics

2004-06-21 Thread Sven Mielordt
Dear fellows, I have a strange Problem with creation of Graphics2D for an BufferedImage. Code fragment: BufferedImage bufferedImage1; Graphics2D g2d; int width = 1000; // absolute pixels int height = 800; // absolute pixels // Create a buffered image in which to draw

[JAVA2D] disappearing borders

2004-06-21 Thread Braun-Friedman, David
I have a small problem that seems to be related to the version of jdk being used. I have an image manipulation application which contains two canvases for viewing images. At program startup both canvases are assigned and given etched borders. My program has a function that allows a user to

Re: [JAVA2D] Problems with BufferedImage.createGraphics

2004-06-21 Thread Dmitri Trembovetski
Hi Sven, do you see these problems when the application is run standalone (outside of JBuilder)? It looks like JBuilder does some mangling of the bootclasspath when it starts the app from IDE. Thank you, Dmitri On Mon, Jun 21, 2004 at 03:59:35PM +0200, Sven Mielordt wrote: