Search:

Type: Posts; User: texasPI

Search: Search took 0.09 seconds.

  1. Thread: Please Help?

    by texasPI
    Replies
    7
    Views
    1,012

    Re: Please Help?

    I really appreciate your help, Greg. I'm beginning to understand this better.

    So I created the new public class for ContactInfo. I now have two files, my original Contacts.java and...
  2. Thread: Please Help?

    by texasPI
    Replies
    7
    Views
    1,012

    Re: Please Help?

    Thanks for the help! It's starting to make sense. I'm a little confused about creating another class for ContactInfo.

    Would I do something like:

    public class ContactInfo
    {
    nameJTextField;...
  3. Thread: Please Help?

    by texasPI
    Replies
    7
    Views
    1,012

    Re: Please Help?

    Thank you. That's what I figured. I may just do it by hand since the GUI builder confuses me.

    --- Update ---



    Ok, I went ahead and got rid of the stuff I did with the Netbeans GUI builder. I...
  4. Thread: Please Help?

    by texasPI
    Replies
    7
    Views
    1,012

    Please Help?

    Hi all,

    I'm working on this assignment I have due in a few days and I'm stuck. I have to create a simple contacts program where on the left side I input a name and phone number that then gets...
  5. Replies
    7
    Views
    1,595

    Re: Arrays, JButton, and Action Listener

    Thanks, I got that working. Any thoughts on printing to the jTextArea the item name and purchase price?

    I've tried this but it does not work:

    ...
  6. Replies
    7
    Views
    1,595

    Re: Arrays, JButton, and Action Listener

    THank you. I've got it mostly figured out. The only problem I'm still having is writing to my itemsBoughtJTextArea. I want to write to it what has been bought. Also, I'm not sure where to start on...
  7. Replies
    7
    Views
    1,595

    Re: Arrays, JButton, and Action Listener

    Ok....I've looked at it some more and I'm still not getting it.

    What I need to do is have the buyJButton get the name of the item, price selected in the drop down menu (JComboBox) and multiply the...
  8. Replies
    7
    Views
    1,595

    Arrays, JButton, and Action Listener

    Hi all,

    I have this homework assignment that I'm having trouble with. I'm to create a shopping cart with a JCombo box that offers the buyer four items to choose from and quantity. The issue I'm...
  9. Replies
    1
    Views
    895

    I love this forum!

    I'm 33 and decided to go back to school. I'm majoring in Information Systems with a focus on Java and SQL. I just started my upper level classes this semester and thus far I have found it enjoyable....
  10. Replies
    4
    Views
    3,368

    Re: Need help with ActionListener if-else

    Again, many thanks! I should have sought help this morning before wasting all day stumbling around in the dark.

    Just for my future reference here's what ended up working for me:


    public void...
  11. Replies
    4
    Views
    3,368

    Re: Need help with ActionListener if-else

    Yes, my issue is with JButtonActionPerformed. My textbook is very sparse in this area and I tried several examples I found online but I keep getting errors. I'll try your example. Thank you, really....
  12. Replies
    4
    Views
    3,368

    Need help with ActionListener if-else

    New member here and new to Java as well. I'm taking a Java class this semester and I'm having trouble with an assignment.

    I need to create a program that produces a message based on an age within...
Results 1 to 12 of 12