Search:

Type: Posts; User: curmudgeon

Search: Search took 0.20 seconds.

  1. Replies
    18
    Views
    1,850

    [SOLVED] Re: JPanel's BufferedImage Comes Then Goes

    Regarding my design recommendations: I figured that the paintAgain method should be where you create your randomized parameters including the rectangle sizes and colors, that would be used in the...
  2. Replies
    18
    Views
    1,850

    [SOLVED] Re: JPanel's BufferedImage Comes Then Goes

    You appear to be trying to draw the BufferedImage, art, into itself. Why?

    Also, you should be drawing with the BufferedImage's Graphics object outside of the paintComponent method, and you should...
Results 1 to 2 of 2