ContextAwareAction menu display issue
"winder" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
Thanks Boris, putting this in the constructor worked: Code: putValue(Action.NAME, org.openide.util.NbBundle.getMessage(EditGcodeFile.class, "EditGcodeFile.action.name")); Boris Heithecker wrote: > Try call Action.setName(...) in your constructor. Boris >