Hi all,
I want to add an image to a JFrame as the background. On top of that I want to working on more controls.
How can I do that, I work on Netbeans for this.
Eranga.
Printable View
Hi all,
I want to add an image to a JFrame as the background. On top of that I want to working on more controls.
How can I do that, I work on Netbeans for this.
Eranga.
Wow, I found my self to do this in handy way. Simply add a jPanel to the jFrame and on top of that do all my control handling. On that jPanel I can do anything so easily.
Major advanced I found in Netbeans is that simply changing the layout of forms, panels, etc... can handle all the properties(controls, forms ...) easily.
Sorry for disturbing read this thread.