lamaulfarid

BookingLapanganFutsal

Jan 10th, 2021 (edited)
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.22 KB | None | 0 0
  1. package bookinglapanganfutsal;
  2.  
  3. /**
  4.   * Fungsi main untuk memanggil Class JFrame Login
  5.   */
  6. public class BookingLapanganFutsal {
  7.     public static void main(String[] args) {
  8.         new Login().show();
  9.     }
  10. }
  11.  
Add Comment
Please, Sign In to add comment