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...