Re: [Java-gnome-developer] Set window icon without org.gnome.gtk.Window?
Brought to you by:
afcowie
From: Guillaume M. <res...@gm...> - 2010-06-21 02:09:41
|
Hello, > I'm guessing the answer will be no, in which case consider this a feature request, but basically I have a Java application, and I just want to set the application icon for the window in the task switcher so it's not just the generic java app icon. I don't want to have to rewrite all the UI stuff though just for this minor issue. Especially since that would kill the portability with other platforms. > > Perhaps this can be done via the GTK look and feel properties? Is that done in this group or is that another project (can you give a pointer?) Maybe the Gtk.setDefaultIcon(Pixbuf) function is what you are looking for. Regards, -- Guillaume Mazoyer - http://www.respawner.fr/ |