Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] How to add a icon to a Shell title bar

Yes!
java.lang.Object
  extended byorg.eclipse.jface.window.Window

David Whiteman wrote:
Friday, May 14, 2004, 4:23:13 AM, Mathieu Fougeray wrote:

  
Window.setDefaultImage(... )  for the default image of all windows.
myShell.setImage(...) for the current shell image.
    
What is this Window class you're speaking of?  Is that something from
JFace?

  

Back to the top