Search:

Type: Posts; User: Darryl.Burke

Search: Search took 0.10 seconds.

  1. Re: XOR'ing BufferedImages onto a Graphics2D object

    Never never never use getGraphics() of a Component. Recommended reading, in line with copeg's recommendation:
    Lesson: Performing Custom Painting (The Java™ Tutorials > Creating a GUI With...
  2. Re: XOR'ing BufferedImages onto a Graphics2D object

    What have you tried? It's a two-liner to use that mode: set the color, then set the XOR color.

    To get better help sooner, post a SSCCE (Short, Self Contained, Compilable and Executable) example...
Results 1 to 2 of 2