Feeds:
Posts
Comments

Archive for the ‘F0cU5 on J4v4’ Category

Penjumlahan Integer

Ganti nama variable komponen  Klik kanan –> Change variable name
Menangani penekanan tombol button Events > Action > actionPerformed
code:
 public Penjumlahan() {
        initComponents();
    }
    private String str = “Hasilnya adalah : “;
    private int a,  b;
=================================================
private void btnHitungActionPerformed(java.awt.event.ActionEvent evt) {
// TODO add your handling code here:
    a = Integer.parseInt(txtA.getText());
    b = Integer.parseInt(txtB.getText());
    int hasil = a + [...]

Read Full Post »

HelloWorld!!!!

Read Full Post »

Install Netbeans 6.1

NEXT
NEXT
FINISH
YAH GITU LAH APLIKASI WINDOWS MAH next truzzz ampe finish

Read Full Post »