I have a gradient background and I want, slowly, for it to change colors, basically for it to go through different colors. The color has to blend through all the colors, I d
Also consider java.awt.image.MemoryImageSource and a javax.swing.Timer, illustrated here and below.
java.awt.image.MemoryImageSource
javax.swing.Timer