Greetings from a newbie to JIDEA. Can anyone tell me if there is any GUI support for adding JMenu to Forms? There must be a way, but no sign of it on the Palette, or at least I can't find it! Best regards, Doost
Can anyone tell me if there is any GUI support for adding JMenu to Forms? There must be a way, but no sign of it on the Palette, or at least I can't find it!
UI Designer currently supports designing only panels, not frames. Since a menu is a property of a frame, designing menus is not currently supported.
-- Dmitry Jemerov Development Lead JetBrains, Inc. http://www.jetbrains.com/ "Develop with Pleasure!"
Thank you Dmitry for the answer. So what work around do jIDEA developers use to overcome this?
Use the JFormDesigner plug-in (commercial) for IntelliJ IDEA ;) It provides a full featured menu designer and is able to convert IntelliJ IDEA to JFormDesigner forms.
Thank you all for your input. Before I start getting nasty messages I'd better close this thread! ;) Lets hope for the day when IDEA and JFormDesigner will merge to provide a single product! Best regards, Doost
Hello doost,
UI Designer currently supports designing only panels, not frames. Since a
menu is a property of a frame, designing menus is not currently supported.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Thank you Dmitry for the answer. So what work around do jIDEA developers use to overcome this?
With best regards,
Doost
Use the JFormDesigner plug-in (commercial) for IntelliJ IDEA ;)
It provides a full featured menu designer and is able to convert IntelliJ IDEA to JFormDesigner forms.
See
and
You could create the code for the menus yourself. It is no rocket-science.
Tom
Thank you all for your input. Before I start getting nasty messages I'd better close this thread! ;)
Lets hope for the day when IDEA and JFormDesigner will merge to provide a single product!
Best regards,
Doost
Hi Carl,
IMHO the right way to create menu items is to use actions. How is this
possible with JFormDesigner?
Tom