Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Swing / AWT / SWT
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Tim Cooke
Campbell Ritchie
paul wheaton
Ron McLeod
Devaka Cooray
Sheriffs:
Jeanne Boyarsky
Liutauras Vilda
Paul Clapham
Saloon Keepers:
Tim Holloway
Carey Brown
Piet Souris
Bartenders:
Forum:
Swing / AWT / SWT
ICON at titlebar
Ikram Soomro
Ranch Hand
Posts: 42
posted 20 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hello,
How can the ICON at titlebar of JFrame (
Coffee
cup Icon) can be changed with our custom new ICON.
R.Joe
Ranch Hand
Posts: 31
posted 20 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hello Ikram,
here is a code which u put inside constructor of JFrame
try
{
this.setIconImage(Toolkit.getDefaultToolkit().getImage("abc.gif"));
}
catch(Exception e)
{}
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
how to remove the window close icon.
How to create JFrame with Rounded Rectangle border
JDialog
Titlebar in swing
Java coffee cup in GUI
More...