aspose file tools
The moose likes Swing / AWT / SWT and the fly likes Is this possible to change the Application title Icon when it is in group fromat in windows taskbar. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Is this possible to change the Application title Icon when it is in group fromat in windows taskbar." Watch "Is this possible to change the Application title Icon when it is in group fromat in windows taskbar." New topic
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
    
    4
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Is this possible to change the Application title Icon when it is in group fromat in windows taskbar.
 
Similar Threads
Getting rid of Java Icon on the upper left hand corner
When click on minimize button then it must goes to System Tray?
RunTime over the web
Java Application icon is changed to default when it Group similar taskbar buttons in WindowsXP
Close Group function via taskbar right-click menu