| Author |
how to add background image, Header image, three label and three text box in JFrame
|
Nagu Spartan
Ranch Hand
Joined: Jan 08, 2010
Posts: 40
|
|
Hi
I am new to Java Swing.
how to add background image, Header image, three label and three text box in JFrame.
Thanks in Advance.
Thanks,
Nagarajan T.
|
Thanks & Regards,
Nagarajan T.
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8430
|
|
Nagu Spartan wrote:
Welcome to the Ranch.
Please check your private messages for an important administrative matter
|
[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8430
|
|
For background images check out http://faq.javaranch.com/java/BackgroundImageOnJPanel
For the rest of the requirement, you will need different components, laid out on the UI using a proper layout manager.
For more information on layout managers, check out http://java.sun.com/docs/books/tutorial/uiswing/layout/visual.html
|
 |
 |
I agree. Here's the link: jrebel
|
|
subject: how to add background image, Header image, three label and three text box in JFrame
|
|
|