| Author |
How to set an Image Icon in the title bar of a JPanel
|
Debendra nayak
Greenhorn
Joined: Mar 28, 2008
Posts: 7
|
|
Hi, I am using JPanel to design my application. My application shows the java icon in the title bar while running. I want to set an image icon in place of java icon along with the title in the title bar.So, could anyone please help me to solve this issue. Thanks & Regards, Debendra
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8430
|
|
Originally posted by Debendra Blr: I am using JPanel to design my application. My application shows the java icon in the title bar while running. I want to set an image icon in place of java icon along with the title in the title bar.So, could anyone please help me to solve this issue. Thanks & Regards, Debendra
JFrame#setIconImage(Image image)
|
[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
|
 |
 |
|
|
subject: How to set an Image Icon in the title bar of a JPanel
|
|
|