Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-17-2007, 09:28 AM
mew mew is offline
Member
 
Join Date: Nov 2007
Posts: 70
Rep Power: 0
mew is on a distinguished road
Default Changing icon of JOptionPane
JOptionPane defines icons for different types of messages. I want to use my own icons.

Can I use my own icon specific to my application with JOptionPane?
Bookmark Post in Technorati
Reply With Quote
  #2 (permalink)  
Old 12-17-2007, 06:14 PM
hardwired's Avatar
Senior Member
 
Join Date: Jul 2007
Posts: 1,577
Rep Power: 4
hardwired is on a distinguished road
Default
To change all JOptionPanes try
Code:
ImageIcon icon = yourIcon
UIManager.put(icon, "OptionPane.informationIcon");
Before you create any dialogs.
Other string properties: errorIcon, questionIcon, warningIcon.
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 12-19-2007, 10:44 AM
mew mew is offline
Member
 
Join Date: Nov 2007
Posts: 70
Rep Power: 0
mew is on a distinguished road
Default
Thanks. But where I have to mention the image name and path?
Bookmark Post in Technorati
Reply With Quote
  #4 (permalink)  
Old 12-21-2007, 08:01 AM
hardwired's Avatar
Senior Member
 
Join Date: Jul 2007
Posts: 1,577
Rep Power: 4
hardwired is on a distinguished road
Default
Code:
ImageIcon icon = new ImageIcon(new File(imagePath));
See ImageIcon class api Constructors Summary section for other options.
Bookmark Post in Technorati
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to change Window Icon sharafat AWT / Swing 7 01-15-2010 01:37 AM
Icon initialization problem saz25 AWT / Swing 1 12-24-2007 11:37 PM
Custom icon for Frame Java Tip Java Tips 0 12-21-2007 09:38 AM
How to set an Icon in a Label? Soda New To Java 2 12-07-2007 01:38 PM
To add an icon to my project Albert AWT / Swing 1 07-13-2007 04:14 PM


All times are GMT +2. The time now is 10:14 PM.



VBulletin, Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2009, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org