Results 1 to 5 of 5

Thread: [RESOLVED] Best way to build GUI

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 2005
    Posts
    54

    Resolved [RESOLVED] Best way to build GUI

    Hi all,

    At present i m at beginner level in java programming. It is very difficult for me to build swing application by coding all the stuff , using different type of layout manager, also don't know how to select the best one.

    I want to know common practice , which experienced average java developer follow to develop GUI application. Do they code all the application by their own, or they use NETBEAN LIKE IDE to help building it.

    Is there any harm if i use NETBEANS without knowing what it has done.
    or anybody please suggest me a better way to build gui app. since it is not as easy as it is in dot net.

    Sorry if i failed to express my question properly, i m not that much fluent in english.

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

    Re: Best way to build GUI

    You can either set the LayoutManager to null and be a Microsoft J# type of developer or learn about the great collection of layout managers starting with the GroupLayout which makes GUI design a little bit easier. I think NetBeans uses it for design
    "I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
    My Blog

  3. #3

    Thread Starter
    Member
    Join Date
    Sep 2005
    Posts
    54

    Re: Best way to build GUI

    Thanks a lot.

    Setting Layout manager to null, i will have to provide x and y coordination of every component and its width and height, right?

    Is this a common practice?? Asking for interview point of view, If i say that i m using this method to develop GUI , and don't know much about layout managers will this effect negatively. ? Can i build any type of application using this method.

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

    Re: Best way to build GUI

    Setting Layout manager to null, i will have to provide x and y coordination of every component and its width and height, right?
    Yes
    Is this a common practice??
    No
    Asking for interview point of view, If i say that i m using this method to develop GUI , and don't know much about layout managers will this effect negatively. ?
    Of course
    Can i build any type of application using this method.
    Yes, but you can forget about cross-platform compatibility
    "I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
    My Blog

  5. #5

    Thread Starter
    Member
    Join Date
    Sep 2005
    Posts
    54

    Re: Best way to build GUI

    Thanks a lot

    Very important suggestion for the beginners like me to chose correct path.

    I will try my best to get more knowledge about Layout managers instead of finding shortcuts.

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