Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Typo in New&Noteworthy
Typo in New&Noteworthy [message #75812] Wed, 27 February 2008 10:33 Go to next message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Hi,

The page http://www.eclipse.org/rap/noteworthy/news_11M2.php contains a
typo in the following code snippet:

public class MyApplication implements IEntryPoint {
public int createUI() {
Display display = PlatformUI.createDisplay();
WorbenchAdvisor advisor = new MyWorbenchAdvisor();
return PlatformUI.createAndRunWorkbench( display, advisor )
}
}

"WorbenchAdvisor" is missing a "k"!

Cheers
/Eike


Re: Typo in New&Noteworthy [message #75846 is a reply to message #75812] Wed, 27 February 2008 11:08 Go to previous message
Eclipse UserFriend
Originally posted by: rherrmann.innoopract.com

Thanks for the hint Eike, I just corrected the typo.

Rüdiger


Eike Stepper wrote:
> Hi,
>
> The page http://www.eclipse.org/rap/noteworthy/news_11M2.php contains a
> typo in the following code snippet:
>
> public class MyApplication implements IEntryPoint {
> public int createUI() {
> Display display = PlatformUI.createDisplay();
> WorbenchAdvisor advisor = new MyWorbenchAdvisor();
> return PlatformUI.createAndRunWorkbench( display, advisor )
> }
> }
>
> "WorbenchAdvisor" is missing a "k"!
>
> Cheers
> /Eike
>
>
>
Previous Topic:Layout problem - GridLayout
Next Topic:Missing Theme
Goto Forum:
  


Current Time: Fri Apr 26 04:53:23 GMT 2024

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

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

Back to the top