you can check how it is implemented in my Geometry Converter in core
(de.soldin.*). as it was an external extension before it kept it's own language
files.
..ede
On 18.08.2012 18:54, Matthias Scholz wrote:
> Hi,
>
> can anybody tell me how do i use the OJ I18N class to translate an own
> plugin
the new addMenu methods of featureinstaller return the menuitem created. you
can easily save the reference and ask it on execute which state it is in.
regards ede
On 18.08.2012 18:58, Matthias Scholz wrote:
> Hi,
>
> i use the
>
> FeatureInstaller.addPopupMenuItem(JPopupMenu popupMenu, PlugIn ex
Hi Ede,
i have to disappoint you. You mean the new addMainMenuItem methods, but
i talk about addPopupMenuItem. The addPopupMenuItem methods does not
return the menuitem at the moment :-(
Matthias
> the new addMenu methods of featureinstaller return the menuitem created. you
> can easily save t
Hi Matthias,
You're right and I can't see any solution without adding a new method,
or changing the accessibility of the third one from private to public.
I was tempted to say it is safe to change the return value from void to a
JMenuItem, but after I have read this article, I wouldn't recommend