Guys I need some help in my activity, I'm making a calculator using NetBeans but I dont know what codes to use be in 0,1,2,3,4,5,6,7,8,9,+,-,*,/,=,(. decimal) all i know is the clear button code
private void jButton1ActionPerformed(java.awt.event.ActionEvent evt){
jTextField1.setText("");
}
My calculator lack of functionality...:(