Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package bookinglapanganfutsal;
- /**
- * Fungsi main untuk memanggil Class JFrame Login
- */
- public class BookingLapanganFutsal {
- public static void main(String[] args) {
- new Login().show();
- }
- }
Add Comment
Please, Sign In to add comment