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: Display box of sorts.

  1. #1
    Junior Member
    Join Date
    Jan 2014
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Display box of sorts.

    Hi All I am very new to Java. And I mean new! I would like to build a GUI where by I can import a text file and interrogate certain values and then display them in a window. Thing is I would like to know what window type that will support this. i.e Panel,internal frame,dialog box.. etc etc... Apologies for what would appear to be a simple question. I am using Netbeans.

    Any pointers will be very much appreciated.


  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: Display box of sorts.

    Netbeans using the GUIBuilder?

    Please learn the language's basics first. Write a console program that does what you describe plus hundreds more that explore every other facet of programming basics. But, if you choose to ignore that advice, then learn to code GUIs using Swing by hand, not using the GUIBuilder. Here is a link to the start of the Swing tutorials. There's good info there, but ignore the part about using the Netbeans GUIBuilder.

  3. #3
    Junior Member
    Join Date
    Jan 2014
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Display box of sorts.

    Brilliant ok I will do that. This is more of an interest as opposed to a career in Java so any advice is taken on board. I am in no rush
    Thanks for your response.

  4. #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: Display box of sorts.

    It's great that you're doing personal study and are self motivated. Many who have started out just as you have become quickly discouraged, because they've assumed that since others make it look easy in YouTube videos or on forums like this, then it must be easy. When they find out it's not as easy as it's made to look, rather than realizing that they've set their goals too high too soon, they abandon the effort and consider themselves unable, too stupid or slow to be a programmer, etc.

    Slow down. Build a solid foundation of basic programming knowledge, skills, and language vocabulary, and with that will come the confidence to attack simple to complex programming problems. Once you have that foundation, you can build anything on it you'd like.

    Good luck, don't be a stranger.

Similar Threads

  1. dynamically fetch values from database and display in combo box in jsp
    By Ritika Rishi in forum JavaServer Pages: JSP & JSTL
    Replies: 7
    Last Post: November 29th, 2013, 10:28 AM
  2. Insertion sorts
    By maple1100 in forum What's Wrong With My Code?
    Replies: 0
    Last Post: March 28th, 2013, 09:23 PM
  3. alert box in front end to display errors in backend
    By nischalinn in forum JavaServer Pages: JSP & JSTL
    Replies: 0
    Last Post: July 24th, 2012, 11:16 PM
  4. How to display error message box
    By jasonxman in forum What's Wrong With My Code?
    Replies: 11
    Last Post: August 21st, 2011, 02:47 PM