Search:

Type: Posts; User: Joey231

Search: Search took 0.11 seconds.

  1. Replies
    17
    Views
    1,722

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

    private void enterData()
    {
    textArea.setText(String.format("%10s %10s %10s %10s","Registration","Age","Accident","Fee\n"));

    registrationField.getText();

    ...
  2. Replies
    17
    Views
    1,722

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

    Ok, thank you
  3. Replies
    17
    Views
    1,722

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

    I have had attendance issues, but I really don't recall any mentions of API in class. Anyway I have found a page I believe to be relevant: JTextField (Java Platform SE 7 )

    A list of methods for...
  4. Replies
    17
    Views
    1,722

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

    By API are you referring to the Application Programming Interface? do you know how I can open this API page?
  5. Replies
    17
    Views
    1,722

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

    Ok, thank you so much
  6. Replies
    17
    Views
    1,722

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

    Thank you so much

    --- Update ---

    A question about the registrationField, ageCombo and accidentCheckBox. How do I declare them, btw this code wasn't written by me but written for me, my task is...
  7. Replies
    17
    Views
    1,722

    How do I enter data into my GUI application

    /*
    Course: Programming Fundamentals COIT11222 2014 Term2
    Purpose: Assignment two -- Motorcity Car Insurance GUI application
    Programmer: Bernard Li
    File: CarInsuranceGUI.java
    Date: 14 August...
  8. Replies
    17
    Views
    1,722

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

    import javax.swing.JFrame;
    import javax.swing.JLabel;
    import javax.swing.JTextField;
    import javax.swing.JButton;
    import javax.swing.JTextArea;
    import javax.swing.JScrollPane;
    import...
  9. Replies
    17
    Views
    1,722

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

    This is my code:


    /*
    Course: Programming Fundamentals COIT11222 2014 Term2
    Purpose: Assignment two -- Motorcity Car Insurance GUI application
    Programmer: Bernard Li
    File:...
  10. Replies
    17
    Views
    1,722

    How do I enter data into a GUI application?

    I am currently tasked to work with this GUI application:

    3181

    Pardon me if I am not all familiar with the technical terms about Java, I'm still new. My first task is to write a method to enter...
Results 1 to 10 of 10