Setting a image as JButton's background
Hi all,
I want to set a image as a JButton's background with some text.
Do I need to do custom painting to set the image as the background in paintComponent(g) method? If so, can anyone provide me with a simple example to do it...
thanks

