• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

java: setIconImages with a launcher (.exe)

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a java project with Eclipse in Windows 7. Running my application from the Eclipse, I have successfully changed the Taskbar icon using setIconImages (with a List from project resources) on my main JFrame.

Using an external tool, I have generated a Windows launcher (.exe) to execute my application, but using the launcher the taskbar icon does NOT change... However, other icons are changed (like the displayed with the application using 'ALT-TAB', also changed using Eclipse)

Any help would be appreciated.

Best regards,

Diego
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic