Recent Posts

Selasa, 20 Oktober 2015

Contoh Aplikasi Tiket Pesawat Sederhana dengan JAVA

Masih belajar tentang Source code, iseng ajja buat aplikasi sederhanan pemesanan tiket pesawat untuk beberapa maskapa dengan Aplikasi JAVA NETBEANS. Contoh dibawah ini menggunakan OOP, Pemanggilan suatu objeck dari suatu kelas, OK Langsung ajja Source Code nya /*  * To change this license header, choose License Headers in Project Properties.  * To change this template file, choose Tools | Templates  * and open the template in the editor.  */ package tugas2; import javax.swing.JOptionPane; /**  *  * @author Handra  */ public...

Jumat, 06 Maret 2015

Membuat Aplikasi Chatting Di Java (Netbeans)

Source Code untuk membuat Client Server pada Java, Ini dia Kodingnya :) /*  * To change this license header, choose License Headers in Project Properties.  * To change this template file, choose Tools | Templates  * and open the template in the editor.  */ package pkg1410530244_clientserverhandra; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.IOException; import java.io.InputStreamReader; import...

Membuat Daftar Nilai Dengan JOptionPane

Normal 0 false false false EN-US X-NONE X-NONE Normal 0 false false false EN-US X-NONE X-NONE Source Code : ...

 
k
n
o
d
n
a
L
a
r
d
n
a
H