Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: window builder

  1. #1
    Junior Member
    Join Date
    Dec 2013
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default window builder

    1. can any one give me any link of using professional eclipse window builder guide
    2.can i build my java game using window builder


  2. #2
    Member andbin's Avatar
    Join Date
    Dec 2013
    Location
    Italy
    Posts
    443
    Thanks
    4
    Thanked 122 Times in 114 Posts

    Default Re: window builder

    Quote Originally Posted by swikot View Post
    1. can any one give me any link of using professional eclipse window builder guide
    First of all, GUI editors tipically generate code that is at least: a) very verbose, b) not easily readable, c) hard to maintain.
    I never used a GUI editor, since I know very well how to develop manually Swing interfaces. If there aren't very important and precise reasons to use a GUI editor, I suggest you to avoid them.

    Quote Originally Posted by swikot View Post
    2.can i build my java game using window builder
    I don't known what kind of game you want to develop. It depends ..... generally games don't have much GUI in terms of AWT/Swing components. Most games are typically more involved in custom/advanced paintings, user event handling and eventually audio playback. That is all another story, for which a GUI editor doesn't mind much.
    Andrea, www.andbin.netSCJP 5 (91%) – SCWCD 5 (94%)

    Useful links for Java beginnersMy new project Java Examples on Google Code

  3. #3
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: window builder

    And don't ask questions that you can answer by doing your own Internet search. If after doing your own Internet search, you want our opinions on what you've found, THEN ask, but not before.

Similar Threads

  1. Java game with window builder
    By Kehreca in forum What's Wrong With My Code?
    Replies: 2
    Last Post: December 2nd, 2013, 10:56 AM
  2. Applet viewer window is diplaying in fron of the current window every time
    By jsreddy99 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: January 24th, 2013, 07:16 AM
  3. Replies: 2
    Last Post: August 27th, 2012, 09:19 PM
  4. Replies: 1
    Last Post: December 17th, 2011, 03:32 AM
  5. How do I change Look and Feel in Window Builder?
    By Zorobay in forum AWT / Java Swing
    Replies: 1
    Last Post: May 3rd, 2011, 09:08 PM

Tags for this Thread