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

Thread: How to make a COMPLETELY UNIQUE Java GUI?

  1. #1
    Junior Member
    Join Date
    Mar 2014
    Posts
    21
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default How to make a COMPLETELY UNIQUE Java GUI?

    Would JavaFX be what to use for this? If not what would? I want a completely unique GUI with unique buttons, like I could make it a giraffe if I wanted to! (not going to, but a giraffe seemed like a pretty irregular shape)


  2. #2
    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: How to make a COMPLETELY UNIQUE Java GUI?

    The flexibility to do what you describe exists in both the Swing and JavaFX libraries. In some ways, JavaFX is more up-to-date and consistent with today's graphical programming techniques, but it's new, still developing, and not (yet) well documented. On the other hand, Swing has been around a long time, is as mature as it's going to get (even a bit stale), and there is a wealth of information available to guide you through accomplishing most anything you'd want to do with it. Both are complex and will take some time to learn; more time to become a confident and proficient user.

    The decision is yours.

  3. The Following User Says Thank You to GregBrannon For This Useful Post:

    Tea.EarlGrey.Hot. (April 6th, 2014)

  4. #3
    Junior Member
    Join Date
    Mar 2014
    Posts
    21
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: How to make a COMPLETELY UNIQUE Java GUI?

    Thank you! Can you help point me in a good direction? I know some basic Swing, but I have been looking all over the internet for help for days and only found how to make plain Windows looking GUIs! I found a book that teaches JavaFX in depth but I don't have 60-70$ to spend!

  5. #4
    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: How to make a COMPLETELY UNIQUE Java GUI?

    Whichever approach you choose, it's important to build on a solid foundation of the basics. Just as with any learned skill, there are no shortcuts. The Java Swing Tutorials are a great place to start. Ignore Oracle's suggestions to use NetBean's GUIBuilder and learn to code Swing by hand. Use NetBeans if you'd like, just not the GUIBuilder.

    JavaFX tutorials are building from practically nothing, but you can find several good intros online.

Similar Threads

  1. Completely New to Java/Netbeans
    By Sonny1975 in forum What's Wrong With My Code?
    Replies: 9
    Last Post: February 15th, 2014, 06:09 AM
  2. Is UUID in java absolutely unique?
    By rainman1985 in forum Java Theory & Questions
    Replies: 1
    Last Post: June 29th, 2012, 06:12 AM
  3. Creating a Gun in Java, I'm completely lost.
    By Pryde in forum Java Theory & Questions
    Replies: 1
    Last Post: March 21st, 2011, 08:13 AM
  4. School java project, completely stuck
    By John1818 in forum Java Theory & Questions
    Replies: 0
    Last Post: November 18th, 2010, 04:10 AM
  5. Completely New to Java
    By slimshadie in forum Java Theory & Questions
    Replies: 7
    Last Post: September 6th, 2009, 01:55 PM