Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. package FinalProject;
  2.  
  3. public class Test {
  4.  
  5. /**
  6. * @param args the command line arguments
  7. */
  8. public static void main(String[] args) {
  9. // TODO code application logic here
  10. Kasir a = new Kasir();
  11. a.setVisible(true);
  12. }
  13.  
  14. }