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 2 of 2

Thread: JAVA GUI with Xcode?

  1. #1
    Junior Member
    Join Date
    Nov 2012
    Posts
    1
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default JAVA GUI with Xcode?

    Hi I am writing a java program with a GUI.
    I have wrote a program in objective C using Xcode and the view pane/ click and drag for buttons was VERY helpful.
    I normally use eclipse for Java, does eclipse have a similar WISIWYG style feature or can I use Xcode for JAva?

  2. The Following User Says Thank You to burntcandy For This Useful Post:

    tsharetlme (November 30th, 2012)


  3. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: JAVA GUI with Xcode?

    Presuming you mean to use Swing, I'd recommend googling "java Swing eclipse GUI builder". Netbeans has a GUI builder. I believe one of the newer versions of Eclipse has one or at least has a plug-in. All this being said, GUI builders may seem to make things easier in the beginning, but not knowing the basics of building a GUI from code alone one is left with a more difficult time with customization, code maintanence, or even reading someone else's code (this is one complaint of mine with respect to apple/x-code, how it tries to simplify UI building but in my opinion actually makes it more difficult).

Similar Threads

  1. Java GUI plug-in
    By JavaCup in forum Java IDEs
    Replies: 3
    Last Post: May 5th, 2012, 10:32 AM
  2. New to java trying a GUI
    By dj56 in forum What's Wrong With My Code?
    Replies: 2
    Last Post: November 2nd, 2011, 09:26 AM
  3. Java GUI help
    By needJavaHelp in forum AWT / Java Swing
    Replies: 3
    Last Post: August 9th, 2011, 11:06 AM
  4. JAVA GUI
    By PrgmMGF in forum Java Theory & Questions
    Replies: 6
    Last Post: December 24th, 2010, 03:50 AM
  5. Replies: 3
    Last Post: February 1st, 2010, 12:24 AM