Search:

Type: Posts; User: copeg

Search: Search took 0.08 seconds.

  1. Re: Jar Embedded in Website: Double Buffering Issue?

    Here is what I recommend trying: change all your AWT classes to Swing classes - an Applet becomes a JApplet, a Panel a JPanel. Swing is by default double buffered. In doing so, override...
  2. Re: Jar Embedded in Website: Double Buffering Issue?

    The posted code is not an SSCCE that reproduces the problem (I have no clue what is in the Minesweeper class), so one can only guess. Perhaps someone else has better eyes than I because I don't see...
  3. Re: Jar Embedded in Website: Double Buffering Issue?

    I am confused by this statement. Do you mean they are applets?



    Typically has to do with incorrect java2D painting, and nothing to do with double buffering. Construct an SSCCE to demonstrate.
Results 1 to 3 of 3