How-to's for menus & format sources , setup javax.media package?
Hi!
The IDEA is so powerful ! but now I get some trouble... : (
1. How to add the menus, status bar & tool bar by the UI design, and how to add some items?
2. When I use the Ctrl + Alt + L to format sources, I found it useful, but how to remove the extra lines between two code segment?
3. when buiding, Error, it said javax.media package does not exist. so I gooooogle and down the jmf (jmf-2_1_1e-windows-i586.exe), install it and reboot, but the error stills exist. How to setup the idea for the media package?
请先登录再写评论。
1. It's not supported. You can try JFormDesigner if you need menu support.
2. Extra lines are removed according to Settings | Code Style | Blank Lines.
3. You need to add appropriate .jar files to the Dependencies of the Module. Refer to Help for details.
Please don't understand me wrong, but for this question
the best answer is: learn to do it manually. There are very good Swing
tutorials out there, e.g. on the SUN website. It is no rocket-science and
finally with code you will be much more flexible than with any GUI designer,
e.g. if you want to reuse some code parts.
Tom