If you didn't know the Eclipse Summer of Code gave us a nice addition - Full Screen mode for SWT (From Eclipse 3.4 only. Won't work with 3.3 or earlier). No tricky API, just a getter/setter. Shell.setFullScreen(true) Go play!
Related:
How to add TrayItem in Eclipse RCP application?
How to add a status bar in an RCP app?

1 comments:
In Eclipse 3.3, FastView bar has been added. Is there any way we can disable this FastViewBar?
Any help appreciated.
Thanks
Post a Comment