Tuesday, July 10, 2012

Beberapa Istilah Dalam Java ( NetBeans )

Beberapa Istilah Dalam Java ( NetBeans )


1. private void cmdhapusActionPerformed(java.awt.event.ActionEvent evt) {
tblModel.removeRow(row);}// MENGHAPUS baris/record/ isi table 
2. getValueAt();//membaca data tabel
3. evt.getClickCount();//mendetksi jumlah klik mouse
4. setResultSet()//mengambil obyek record 
5. Combo indekCombo=cbAgama.getSelectedIndex();//melihat urutan cbAgama
6. pilihan=(String)cbAgama.getSelectedItem();//untuk mendeteksi string/cb yg dipilih
7. setLookAndFeel();//mengakomodasi platform (MetalLookAndFeel)
8. txtNama.requestFocus();//mengarahkan cursor ke obyek txtNama
9. getColumnCount();//mendapatkan jumlah kolom
10. setEnable(true);//mengaktifkan Frame/form
11. getRowCount();//mendapatkan jumlah baris
12. setTitle();// kalau ingin mengganti judul form
13. setFlowLayout();// memilih jenis layout Flow
14. txtNo.setEditable(true);//untuk mgset obyek xtNo dpt diedit
15. setBackGround(Color.Red);//membuat background berwarna merah
16. setCardLayout()//memilih jenis Card layout 
17. public void run(){}//mengimplementasikan overriding method run
18. public void init(){}// memproses inisialisasi





No comments:

Post a Comment

Powered by Blogger.
▲TOP