Search:

Type: Posts; User: GregBrannon

Search: Search took 0.20 seconds.

  1. Re: How do I enter data into a GUI application?

    Yes it is, as I described in Post #16.

    This is an intermediate Java class. Have you completed a basic Java class or any basic programming class? If not, you might be in over your head, and you...
  2. Re: How do I enter data into a GUI application?

    You just need to catch up.

    The page you found is relevant. First, at the top of the API page notice that the lineage of JTextField is:

    java.lang.Object
    java.awt.Component
    ...
  3. Re: How do I enter data into a GUI application?

    For most every SE class, Google "java className doc" and a link to the API page should be the top 1-3 results. For the JTextField, Google "java jtextfield doc". If this is brand new information to...
  4. Re: How do I enter data into a GUI application?

    You're welcome. Come back when you need more help after you've done some reading and tried some things. Start simple: get the data from the registrationField and send it to the console using a...
  5. Re: How do I enter data into a GUI application?

    Yep, I gathered that. Next time, lead with that explanation.

    The registrationField, ageCombo, and accidentCheckBox components already exist. Declaring/initializing them is already done. How do...
  6. Re: How do I enter data into a GUI application?

    Threads merged and moved.

    Please do not start multiple threads on the same topic. You don't need a do-over, just improve the existing thread, which has now been done.

    What you need to do is...
  7. Re: How do I enter data into a GUI application?

    Welcome to the forum! Please read this topic to learn how to post code in code or highlight tags and other useful info for new members.

    Please post your code correctly using code or highlight tags...
Results 1 to 7 of 7