Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Message pushes the title Image on a TitleAreaDialog
Message pushes the title Image on a TitleAreaDialog [message #457638] Wed, 29 June 2005 20:12
Anima Gupta is currently offline Anima GuptaFriend
Messages: 44
Registered: July 2009
Member
Hi,

I have a class extending from TitleAreaDialog which has:

public int open()
{
create();
setTitle("Log On to The New Abyss");
setTitleImage(Images.ICON_TOOL.createImage());
setMessage("Enter your windows userid and password to log on");

return super.open();
}

But the moment setMessage(..) is executed it pushes the Title Image to
the far top-right corner -

Does anyone experience the same issue and know what I need to do extra
to prevent this from happening?

Thanks!

Anima.
Previous Topic:Delete key handling
Next Topic:How to set any value in eclipse Property Editor with different font style as Bold or Italic.
Goto Forum:
  


Current Time: Sat Apr 20 03:14:23 GMT 2024

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

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

Back to the top