I'm sure, the reason is, that JMenus make only sense in conjunction with JFrames and their separate method setJMenu() (or so). The menu is no part of the panel (== the content pane of a JFrame).
I'm sure, the reason is, that JMenus make only sense in conjunction with JFrames and their separate method setJMenu() (or so). The menu is no part of the panel (== the content pane of a JFrame).
On Tue, 09 Dec 2003 12:28:12 +0100, Thomas Singer wrote:
I'm sure, the reason is, that JMenus make only sense in conjunction with JFrames and their separate method setJMenu() (or so). The menu is no part of the panel (== the content pane of a JFrame).
Maybe this could give rise to some additional "Menu Designer" editor, such as the GUI/code editor. Saving menu info to a .menu XML file, which gets bound to a class/attribute as with the GUI designer.
On Wed, 10 Dec 2003 07:44:44 +1300, Mark Derricutt wrote:
Maybe this could give rise to some additional "Menu Designer" editor, such as the GUI/code editor. Saving menu info to a .menu XML file, which gets bound to a class/attribute as with the GUI designer.
Have just posted this to the tracker, but the tracker (grr) doesn't tell me which item it is - I'll go hunt it.
Trevor Griffiths wrote:
Currently UI designer doesn't allow to edit menus. Perhaps we will add
this functionality to the next release. Please post SRC to the tracker.
With best regards,
Vladimir Kondratyev
_____________________
JetBrains
I'm sure, the reason is, that JMenus make only sense in conjunction with
JFrames and their separate method setJMenu() (or so). The menu is no
part of the panel (== the content pane of a JFrame).
Tom
+1
Sure, JMenu can't be binded to form.
I think it must be another type of XML file (not .form). Maybe .menu, or
something else.
Thanks!
"Thomas Singer" <thomas.singer@smartcvs.com> wrote in message
news:br4b80$1nm$1@is.intellij.net...
>
>
On Tue, 09 Dec 2003 12:28:12 +0100, Thomas Singer wrote:
Maybe this could give rise to some additional "Menu Designer" editor, such
as the GUI/code editor. Saving menu info to a .menu XML file, which gets
bound to a class/attribute as with the GUI designer.
On Tue, 09 Dec 2003 14:26:40 +0300, Alexey Efimov wrote:
Thats just what I wrote ;)
On Wed, 10 Dec 2003 07:44:44 +1300, Mark Derricutt wrote:
Have just posted this to the tracker, but the tracker (grr) doesn't tell
me which item it is - I'll go hunt it.
http://www.intellij.net/tracker/idea/viewSCR?publicId=23144
Add your comments folk.