CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7

Thread: Gui builder

  1. #1
    Join Date
    Nov 2011
    Posts
    189

    Post Gui builder

    Im looking for a software that can build a gui. Im looking for something really rudimentary( no code generation, just visual satisfaction ) and standalone preferabely(no plugins , please)
    I kinda searched a lot so " gui builder drag and drop " is not exactly useful when googleing...
    I just hope that you already know a program that can suit my needs
    After thinking my code i want to have the best layout for my program
    Btw.. I apologise for spelling mistakes.. This phone keypad is killing me!

  2. #2
    Join Date
    May 2009
    Location
    Lincs, UK
    Posts
    298

    Re: Gui builder

    Do you use an IDE, like NetBeans or Eclipse? They have the functionality you are looking for.

  3. #3
    Join Date
    Nov 2011
    Posts
    189

    Re: Gui builder

    Yeh, eclipse.. Is it built in? Can you please tell me how to get to the gui builder interface?

  4. #4
    Join Date
    May 2009
    Location
    Lincs, UK
    Posts
    298

    Re: Gui builder

    Sorry, I use NetBeans atm, haven't used Eclipse for ages. Ask in an Eclipse forum.

  5. #5
    Join Date
    Nov 2011
    Posts
    189

    Re: Gui builder

    Oh well... That's too bad, but thanks

  6. #6
    Join Date
    Jan 2011
    Posts
    24

    Re: Gui builder

    Netbeans has excellent Swing GUI builder, complete drag and drop and with flexibility to add your own code, event handlers and completely integrated with Netbeans. It also come with some rebuilt sample good for starting point. for Eclipse user I think you can use Swing Matisse plugin , look on Eclipse market place.

  7. #7
    Join Date
    Nov 2011
    Posts
    189

    Re: Gui builder

    thanks..i'll look forward to matisse

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

Featured