The gui designer is great but I was wondering when some of the other swing components like menu bars etc. will be implemented. Has anyone created a plug-in maybe?
The gui designer is great but I was wondering when some of the other swing components like menu bars etc. will be implemented. Has anyone created a plug-in maybe?
I don't think you can add menus like that because they are not added components but properties of the window (with setJMenu or setMenu or something).
Maxim Shafirov wrote:
Hello Antonios,
As the matter of fact it is quite easy to add any standard components or components of your own using Settings|GUI Desinger|Palette
------------------ Maxim Shafirov JetBrains, Inc http://www.jetbrains.com "Develop with pleasure!"
>> The gui designer is great but I was wondering when some of the other >> swing components like menu bars etc. will be implemented. Has anyone >> created a plug-in maybe? >>
I don't think you can add menus like that because they are not added components but properties of the window (with setJMenu or setMenu or something).
A menu designer would be good thou. Allowing you to easily build up menus that bind to a class providing the JMenu ready for you to attach to any main menu or popup menu.
I know about the palette but I was thinking of something coming directly from Jetbrains. Anyway thanks for the answer. Maybe I will try making something by myself:).
Hello Antonios,
As the matter of fact it is quite easy to add any standard components or
components of your own using Settings|GUI Desinger|Palette
-
Maxim Shafirov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
I don't think you can add menus like that because they are not added components
but properties of the window (with setJMenu or setMenu or something).
Maxim Shafirov wrote:
>> The gui designer is great but I was wondering when some of the other
>> swing components like menu bars etc. will be implemented. Has anyone
>> created a plug-in maybe?
>>
Keith Lea wrote on 17/10/05 08:50:
A menu designer would be good thou. Allowing you to easily build up
menus that bind to a class providing the JMenu ready for you to attach
to any main menu or popup menu.
I know about the palette but I was thinking of something coming directly from Jetbrains. Anyway thanks for the answer. Maybe I will try making something by myself:).