Search:

Type: Posts; User: riclin

Search: Search took 0.17 seconds.

  1. Thread: mortcal

    by riclin
    Replies
    20
    Views
    1,735

    Re: mortcal

    I now understand what you are saying here
  2. Thread: mortcal

    by riclin
    Replies
    20
    Views
    1,735

    Re: mortcal

    How do I consider the difference between method and class? Sorry I am so confused and you have been so kind to help me thank you so much for all this help.
  3. Thread: mortcal

    by riclin
    Replies
    20
    Views
    1,735

    Re: mortcal

    You said that post #8 executed, you got it to work? because on my end it still shows me the main method error everytime I try to run it.
  4. Thread: mortcal

    by riclin
    Replies
    20
    Views
    1,735

    Re: mortcal

    I do not see the main method in post #8, are yout talking about the public class MortgageCalculator? Is that considered the main?
  5. Thread: mortcal

    by riclin
    Replies
    20
    Views
    1,735

    Re: mortcal

    so this here public class week2MortCal extends JPanel
    implements PropertyChangeListener {
    should be changed to public static void main(String[] args)
    ...
  6. Thread: mortcal

    by riclin
    Replies
    20
    Views
    1,735

    Re: mortcal

    I dont have a main method unless your talking about from the orginal program that it the only place the main method is but how do I get that to run in with this code?
  7. Thread: mortcal

    by riclin
    Replies
    20
    Views
    1,735

    Re: mortcal

    Okay now I backtrack it and fixed that problem and found another piece of code that I forgot to add and add that but now this is the error I am getting with it:


    import java.awt.*;
    import...
  8. Thread: mortcal

    by riclin
    Replies
    20
    Views
    1,735

    Re: mortcal

    Thanks I Find that missing class and added that class to it now I am having different errors here is the new coding:


    import java.awt.*;
    import java.awt.event.ActionListener;

    import...
  9. Thread: mortcal

    by riclin
    Replies
    20
    Views
    1,735

    Re: mortcal

    So how do I fix the missing class definition?
  10. Thread: mortcal

    by riclin
    Replies
    20
    Views
    1,735

    Re: mortcal

    I am sorry I thought I asked a Question I want to know what is wrong with this coding it was working before I added the buttons and action listener and now all I get is an error message that says...
  11. Thread: mortcal

    by riclin
    Replies
    20
    Views
    1,735

    mortcal

    import java.awt.*;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import javax.swing.*;
    import javax.swing.border.Border;
    import java.beans.PropertyChangeListener;...
Results 1 to 11 of 11