javaswingbackgroundjframesynth

Synth - setting background to JFrame


I'm creating an app in Java using Swing and Synth. I want to set image background to JFrame using Synth. How to do it?


Solution

  • There weren't better solution, so I decided to draw the background directly on the JFrame using Java2D (although I don't have the code now).