Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - dmouse

Pages: 1 [2]
16
Support / Re: removing flicker from JPCT applet with AWT graphics
« on: August 14, 2008, 06:20:53 pm »
Egon,

Thanks you for your nearly instantaneous reply!

OK, using "buffer.getGraphics().drawString (" display text here ",200,200);" works very well, the flickering is gone.

Is there a solution that will work for 1.1 compatible applets, as this is essential for me?

Thanks again.

17
Support / removing flicker from JPCT applet with AWT graphics
« on: August 14, 2008, 06:06:49 pm »
Hi all,

I was wondering if anyone knows how to remove the flickering when using standard Java AWT methods for displaying images and text (ie g.drawImage and drawString ) on top of a JPCT FrameBuffer software  rendered 3d scene. The usual double buffering approach does not seem to work, the 3D scene renders smoothly but any text/graphics drawn on top flicker very badly. Am I perhaps missing something?

Does anyone know how to remove this flickering?

Thanks in advance, for any help/advice that anyone can offer.


Pages: 1 [2]