Rabu, 03 Juni 2015

TUGAS MODUL 7 PEMROGRAMAN VISUAL

Yanng Posting Unknown di 15.45


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;
        a=Integer.parseInt(ebil.getText());
        // int i=4;
        for(b=1;b<=a;b++){
            areahasil.append(b+". KHARISMA"+"\n");
            //System.out.print(i);
        }
    } 

0 komentar:

Posting Komentar

 

SI MATA SEMUT Template by Ipietoon Blogger Template | Gift Idea