Re: [JAVA2D] Rendering using BufferStrategy with Swing Components

2006-09-22 Thread Chris Campbell
Hi Mark, On Sep 17, 2006, at 11:41 PM, [EMAIL PROTECTED] wrote: Chris, Thanks for your reply. I have now changed my PoC to use the Swing backbuffer. What kind of image is this? Is it a BufferedImage? It is a plain old Image. This is being returned (asynchronously) by a third party API, then

Re: [JAVA2D] Rendering using BufferStrategy with Swing Components

2006-09-17 Thread java2d
Chris, Thanks for your reply. I have now changed my PoC to use the Swing backbuffer. > What kind of image is this? Is it a BufferedImage? It is a plain old Image. This is being returned (asynchronously) by a third party API, then blitted to the screen in paintComponent(). > Are you rendering t

Re: [JAVA2D] Rendering using BufferStrategy with Swing Components

2006-09-15 Thread Chris Campbell
Hi Mark, On Sep 13, 2006, at 7:40 PM, [EMAIL PROTECTED] wrote: Hi all, I am currently trying to modify an application which displays an image with various Java2D primitives rendered over it in the middle of a JFrame, with various Swing components around the edges of the JFrame (a JMenuBar and t

[JAVA2D] Rendering using BufferStrategy with Swing Components

2006-09-13 Thread java2d
Hi all, I am currently trying to modify an application which displays an image with various Java2D primitives rendered over it in the middle of a JFrame, with various Swing components around the edges of the JFrame (a JMenuBar and two JToolbars to be precise). This app is run on both Solaris an