Can some one tell me what I am doing wrong here? I am trying to enable a listener to select the text from the combo box so I can set the
string value from
String [] Irates ={"5.35","5.5","5.75"};
String [] Nyears = {"7","15","30"};
thses strings and assign them to these variables with a loop
double aprnum = Double.parseDouble("0" + apr.getText());
double yearnum = Double.parseDouble("0" + yearsField.getText());
I have read and tried this for the past 10 hours and everytime I get it setup where it will compile and run (I think) the buttons quit working.
http://java.sun.com/docs/books/tutorial/ui...html#uneditable