I just cannot figure out what is wrong, so tried. Can someone please help me so I can finish this today or tomorrow please.
//adds all 10 panels together
this.add(mainpanel);
//set see the frame
setVisible(true);
}
JOptionPane.showMessageDialog(null,"Oringinal Balance = $" + recieveAmount +
"\nPayment#" + x + "\nMonthly Payment$" + fixdecimal.format(payment)+
"\nRemaining Balance $" + fixdecimal.format(remainBalance) + "\nInterest Paid $" +
fixdecimal.format(interestout), "Payment History", JOptionPane.PLAIN_MESSAGE);
}
=say method format(double) no symbol, setVisible no symbol and the add. Please