Looking for visual java interface maker
Hi all. I am trying to learn java but the only problem that discourages me is that fact that making user interface for my java application or applet is harder comparing to cases where visual c++ or vb6 is used.
I am asking from expert java programmers. Is there any professional program that create this user interface with help of drag and drop tools and help me focus on functional part of my project then the user interface?
I be happy to get some suggestion.Thanks
Re: Looking for visual java interface maker
http://www.netbeans.org/
I used it for creating some of my Java applications. Works amazing. Click and drag just like VB.
Just a warning though, the code for the UI will be extremely long even for the most basic code.
Re: Looking for visual java interface maker
Quote:
Originally Posted by kfcSmitty
http://www.netbeans.org/
I used it for creating some of my Java applications. Works amazing. Click and drag just like VB.
Just a warning though, the code for the UI will be extremely long even for the most basic code.
thanks i will try it use it . Do you think long code for UI will make my program run slower ? anything else bad about long UI code ?
Re: Looking for visual java interface maker
Quote:
Originally Posted by tony007
thanks i will try it use it . Do you think long code for UI will make my program run slower ? anything else bad about long UI code ?
Don't worry about it. the auto generated code is not a problem at all
Re: Looking for visual java interface maker
I use Intelli JIdea for coding. But I think it is better to start work on Notepad and command prompt. If you are a good programmer, auto generated code far away from you.