Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » JFace Wizard title Icon
JFace Wizard title Icon [message #299374] Wed, 15 February 2006 14:21 Go to next message
Eclipse UserFriend
Originally posted by: rynop2000.hotmail.com

How do you set the icon in the title for a jface wizard?

The image below shows the white square next to "Hotel"
http://www.java2s.com/images/HotelReservation.PNG

How do you change this icon??

Also, how do you get a jface wizard to show up as an entry in your taskbar (in addition to your main shell)?
thx in advance
Re: JFace Wizard title Icon [message #299380 is a reply to message #299374] Wed, 15 February 2006 16:39 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mailinglists.nick-wyatt.de

> How do you set the icon in the title for a jface wizard?

i'm not sure you can. normally the icon is the same as
the icon of the application window. if you are creating
a rcp application you can set the application window icon
by creating a product configuration and setting the icon
you want in the branding page. this icon will then also be
visible in the wizard window...

nick



Ryan schrieb:
> How do you set the icon in the title for a jface wizard?
>
> The image below shows the white square next to "Hotel"
> http://www.java2s.com/images/HotelReservation.PNG
>
> How do you change this icon??
>
> Also, how do you get a jface wizard to show up as an entry in your taskbar (in addition to your main shell)?
> thx in advance
Re: JFace Wizard title Icon [message #299388 is a reply to message #299380] Wed, 15 February 2006 18:02 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: rynop2000.hotmail.com

I figured out the icon part. You just have to statically assign an image to the WizardDialog class...

WizardDialog dlg = new WizardDialog(shell,newConvertWizard());
WizardDialog.setDefaultImage(new Image(Display.getDefault(),"path/to/image.jpg"));

Any idea on how to get the wizard to show up in the taskbar??
Re: JFace Wizard title Icon [message #299389 is a reply to message #299388] Wed, 15 February 2006 18:21 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mailinglists.nick-wyatt.de

what exactly do mean with taskbar? the windows taskbar?


Ryan schrieb:
> I figured out the icon part. You just have to statically assign an image to the WizardDialog class...
>
> WizardDialog dlg = new WizardDialog(shell,newConvertWizard());
> WizardDialog.setDefaultImage(new Image(Display.getDefault(),"path/to/image.jpg"));
>
> Any idea on how to get the wizard to show up in the taskbar??
Re: JFace Wizard title Icon [message #299621 is a reply to message #299389] Tue, 21 February 2006 07:43 Go to previous message
Eclipse UserFriend
Originally posted by: miguelbravoyubero.gmail.com

I've tried to put my WizardDialog application into Windows taskbar too,
and I didnŽt obtained any result.

Using an ApplicationWindow to show the WizardDialog is a (bad) solution. I
didnŽt found any more
Previous Topic:ICompositeOperation
Next Topic:toolttip for closing editors and views
Goto Forum:
  


Current Time: Tue Sep 02 19:04:56 EDT 2025

Powered by FUDForum. Page generated in 0.02449 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top