• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Double Buffering in jdk1.4.1_02

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am using jdk1.4.1_02.
I am drawing an image on a Jpanel using paintcomponent() method. The image is repainted with the movement of slider.

its working fine on the client side but when we run the same on the server. it's not showing the image on screen. Image is visible when i update the java version to jdk1.4.1_06.
Also image is visible on the server when i use repaintManager.setDoubleBufferingEnabled(false).But their is noticeable amount of flickering in the image.

Can anyone tell me the solution and reason for this behaviour.

Thanks in advance.
-Jatinder
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic