|
-
Jun 11th, 2007, 07:02 AM
#1
Thread Starter
Frenzied Member
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
-
Jun 11th, 2007, 12:25 PM
#2
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.
-
Jun 11th, 2007, 07:18 PM
#3
Thread Starter
Frenzied Member
Re: Looking for visual java interface maker
 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 ?
-
Jun 14th, 2007, 12:55 AM
#4
Re: Looking for visual java interface maker
 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
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
-
Jun 17th, 2007, 10:19 PM
#5
PowerPoster
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.
“victory breeds hatred, the defeated live in pain; happily the peaceful live giving up victory and defeat” - Gautama Buddha
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|