| Author |
Is this possible to change the Application title Icon when it is in group fromat in windows taskbar.
|
Aditya Saha
Greenhorn
Joined: May 04, 2010
Posts: 2
|
|
i develop some application through swing.My application i used user define icon for all title.but when i open more then 5 dialog and minimized those
dialogs then dialogs are created a group in taskbar.and taskbar showing the java coffee cup icon.if any body know how to change the Group Icon for java application
please replay with some solution.
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32611
|
|
Welcome to the Ranch
How about this?
|
 |
Aditya Saha
Greenhorn
Joined: May 04, 2010
Posts: 2
|
|
i am using below code but it is not working...
setIconImage(GuiUtil.getImageIcon(
Util.getConfigProperty("smallAppLogo", "smallAppLogo"))
.getImage());
please provide your suggetion
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
Break it down into smaller steps.
What does Util.getConfigProperty("smallAppLogo", "smallAppLogo") return?
What does GuiUtil.getImageIcon(Util.getConfigProperty("smallAppLogo", "smallAppLogo")) return?
And I don't mean the data types but the actual values; print them out to System.out for instance.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
 |
|
|
subject: Is this possible to change the Application title Icon when it is in group fromat in windows taskbar.
|
|
|