Pages

This is default featured post 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Jumat, 11 Mei 2012

Love One Another

Love one another, but make not a bond of love. Let it rather be a moving sea between the shores of your souls. Fill each other's cup, but drink not from one cup. Give one another of your bread, but eat not from the same loaf. Sing and dance together and be joyous, but let each one of you be alone. Even as the strings of a lute are alone though they quiver with the same music. Give your hearts, but not into each other's keeping. For only the hand of life can contain your hearts. And stand together, yet not too near together. For the pillars of the...

Kamis, 26 April 2012

Merubah Icon pada Aplikasi Swing Java

Memulai Coding // SebelumGanti.java import javax.swing.JFrame;  import javax.swing.SwingUtilities; class SebelumGanti               { private static void gantiIcon() {                       JFrame.setDefaultLookAndFeelDecorated(true); JFrame f = new JFrame("Icon Belum Terganti");                f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); f.setSize(400, 400); f.setVisible(true); }  public...

Project 5 Java Swing Makeover (Form Mahasiswa)

/*  * TableMahasiswa.java  *  * Created on 15 Maret 2008, 0:05  */ package sample; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.util.logging.Level; import java.util.logging.Logger; import javax.swing.UIManager; import javax.swing.UnsupportedLookAndFeelException; /**  *  * @author  usu  */ public class TableMahasiswa extends javax.swing.JFrame {     private DefaultTableModel model;     /** Creates new form TableMahasiswa */   ...

Project 4 Java Swing Makeover (Form Login)

/*  * FormLogIn.java  *  * Created on 12 Maret 2008, 19:26  */ package sample; import java.util.logging.Level; import java.util.logging.Logger; import javax.swing.UIManager; import javax.swing.UnsupportedLookAndFeelException; /**  *  * @author  usu  */ public class FormLogIn extends javax.swing.JFrame {     /** Creates new form FormLogIn */     public FormLogIn() {         initComponents();     }     /** This method...

Project 3 Java Swing Makeover (Form Identitas)

/*  * FormMenu.java  *  * Created on 12 Maret 2008, 20:08  */ package sample; import java.util.logging.Level; import java.util.logging.Logger; import javax.swing.UIManager; import javax.swing.UnsupportedLookAndFeelException; /**  *  * @author  usu  */ public class FormIdentitas extends javax.swing.JFrame {     /** Creates new form FormMenu */     public FormIdentitas() {         initComponents();     }     /** This...

Project Java Swing Makeover (Font Browser)

/*  * FontBrowser.java  *  * Created on 14 Maret 2008, 20:23  */ package sample; import java.awt.Font; import java.awt.GraphicsEnvironment; import java.util.logging.Level; import java.util.logging.Logger; import javax.swing.DefaultListModel; import javax.swing.UIManager; import javax.swing.UnsupportedLookAndFeelException; /**  *  * @author  usu  */ public class FontBrowser extends javax.swing.JFrame {     private DefaultListModel modelFont;     private DefaultListModel modelStyle;   ...

Rabu, 25 April 2012

Pengertian Java Swing Makeover

           Swing Java adalah salah satu pemrograman berbasis GUI(Graphical User Interface) di Java. Sesungguhnya di Java terdapat dua macam pemrograman berbasis GUI(Graphical User Interface) yaitu : AWT dan Swing.            Namun dalam perkembangannya AWT sudah tidak dianjurkan untuk digunakan dikarenakan faktor keamanan. Banyak sekali fitur yang terdapat di Swing, namun dalam kesempatan ini kita hanya akan mengganti icon saja.            Walaupun...

Page 1 of 1012345Next
Twitter Delicious Facebook Digg Stumbleupon Favorites More