Adapun Kode properties yang harus di atur seperti di bawah ini :
Adapun Kode untuk button KELUAR sbb:
private void bKeluarActionPerformed(java.awt.event.ActionEvent evt) {
// TODO add your handling code here:
dispose();
}
Adapun Kode untuk button BATAL sbb:
private void bBatalActionPerformed(java.awt.event.ActionEvent evt) {
// TODO add your handling code here:
ebil.setText("");
areahasil.setText("");
}
Adapun Kode untuk button PROSES sbb:
private void bProsesActionPerformed(java.awt.event.ActionEvent evt) {
// TODO add your handling code here:
int a,b=1;
a=Integer.parseInt(ebil.getText());
// int i=4;
while (b<=a){
areahasil.append(b+". KHARISMA"+"\n");
//System.out.print(i);
b++;
}
}
0 komentar:
Posting Komentar