Search:

Type: Posts; User: omegared33

Search: Search took 0.09 seconds.

  1. Replies
    8
    Views
    1,176

    Re: need help with my java program

    I implemented the change in the main method; however I'm not sure how you are asking for line 62 to be edited.

    the original syntax is:


    panel3.add(timeField);
  2. Replies
    8
    Views
    1,176

    Re: need help with my java program

    I initialized the variables the following way:


    private JButton calcButton, clearButton;
    private JLabel originalDeposit, interestRate, timeInvested;
    private JLabel resultDisplay;
    private...
  3. Replies
    8
    Views
    1,176

    need help with my java program

    I'm writing a program to calculate the final yield of a person investing a initial amount of money over a set amount of time with a set interest rate. I get the following error when compiling the...
  4. Replies
    2
    Views
    1,094

    Helo, everyone =)

    Hope to learn many things about java from everybody.
Results 1 to 4 of 4