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: Need Help Adding Functionality to GUI!

  1. #1
    Junior Member Black Balloon's Avatar
    Join Date
    Aug 2011
    Location
    Gold Coast, Australia
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Need Help Adding Functionality to GUI!

    Hey Guys,

    I'm trying to add functionality to a simple GUI as part of an assignment I'm doing, but unfortunately, I know very little about java - the most I've managed to do before now is create a simple calculator!

    This is the GUI:

    [/URL]

    I need to capture the user input and write it to a text file, and then allow them to select their entry and edit it/remove it/add a new entry. Hopefully it's self explanatory from looking at the screenshot what I mean.

    Ordinarily I'd be happy to teach myself through Youtube and searching forum posts, but I'm really pressed for time on this assignment! Any help would be greatly appreciated!

    Thanks!

    PS> I'm using Netbeans 7
    Last edited by Black Balloon; August 29th, 2011 at 01:15 AM.


  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Need Help Adding Functionality to GUI!

    What's your question? Where are you stuck? What have you tried? What worked, what didn't work? Where's your SSCCE?
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

Similar Threads

  1. Java program to do Matrix operation
    By saladfingers73 in forum Collections and Generics
    Replies: 5
    Last Post: March 7th, 2012, 09:17 AM
  2. New to Java: Adding Functionality to my Buttons
    By Staticity in forum What's Wrong With My Code?
    Replies: 0
    Last Post: July 23rd, 2011, 04:19 PM
  3. Help adding non repetition.
    By arkaneraven in forum What's Wrong With My Code?
    Replies: 4
    Last Post: June 15th, 2011, 09:31 PM
  4. adding up odd and even numbers
    By darlinho in forum What's Wrong With My Code?
    Replies: 10
    Last Post: September 30th, 2010, 03:28 PM
  5. FAX Functionality in JAVA Application
    By animesh in forum Java Theory & Questions
    Replies: 0
    Last Post: February 11th, 2010, 07:39 AM