DESIGN MODUL 4
PROPERTIES
SOURCE CODE
// TODO add your handling code here:
int a;
a=Integer.parseInt(eNilai.getText());
if(a>=60){
eKeterangan.setText("L U L U S");
}else{
eKeterangan.setText("M E N G U L A N G");
}
}
private void bBatalActionPerformed(java.awt.event.ActionEvent evt) {
// TODO add your handling code here:
eNim.setText("");
eNama.setText("");
eNilai.setText("");
eKeterangan.setText("");
eNim.requestFocus();
}
private void bExitActionPerformed(java.awt.event.ActionEvent evt) {
// TODO add your handling code here:
dispose();
}
HASIL PROSES MODUL 4
0 komentar:
Posting Komentar