Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » IMenuManager
IMenuManager [message #436485] Fri, 09 September 2005 08:16
Eclipse UserFriend
hi,

does somebody have an idea, why this here

IMenuManager currentManager;
Action test = new Action() {
public void run() { };
};
test.setText("test");
currentManager.add(test);

------------------adds something, while

MenuManager sub = new MenuManager("sub");
currentManager.add(sub);

------------------does not work?

best regards
jan
Previous Topic:Re: Re: Jogl and Eclipse RCP
Next Topic:NullPointerException when creating a PDE or RCP project
Goto Forum:
  


Current Time: Sun Aug 31 18:41:30 EDT 2025

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

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

Back to the top