Afzzal87

Untitled

Jul 6th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. /*
  2. * To change this license header, choose License Headers in Project Properties.
  3. * To change this template file, choose Tools | Templates
  4. * and open the template in the editor.
  5. */
  6. package parQr;
  7. import javax.swing.UIManager;
  8.  
  9. /**
  10. *
  11. * @
  12. */
  13. public class Qr_parkir {
  14.  
  15. /**
  16. * @param args the command line arguments
  17. */
  18. public static void main(String[] args) {
  19. // TODO code application logic here
  20. koneksi konek = new koneksi();
  21. konek.koneksi();
  22. try
  23. {
  24. UIManager.setLookAndFeel("de.javasoft.plaf.synthetica.SyntheticaPlainLookAndFeel");
  25. }
  26. catch (Exception e)
  27. {
  28. e.printStackTrace();
  29. }
  30. new fLogin().setVisible(true);
  31. }
  32.  
  33. }
Advertisement
Add Comment
Please, Sign In to add comment