Search code examples
javajava-2d

Create an animation effect with Java 2D


Look at the background of this game image
(source: xbox.com)

Is possible create that dark effect with Java 2D ?


Solution

  • Is possible create that dark effect with Java 2D ?

    In any number of ways. The simplest is to have a BG image that is the dark BG, and paint that before the rest of the GUI.