Results 1 to 5 of 5

Thread: Looking for visual java interface maker

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Apr 2005
    Posts
    1,907

    Resolved 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

  2. #2
    PowerPoster kfcSmitty's Avatar
    Join Date
    May 2005
    Posts
    2,248

    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.

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Apr 2005
    Posts
    1,907

    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 ?

  4. #4
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    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
    "I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
    My Blog

  5. #5
    PowerPoster eranga262154's Avatar
    Join Date
    Jun 2006
    Posts
    2,201

    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
  •  



Click Here to Expand Forum to Full Width