Advertisement
forelyx

Untitled

Dec 11th, 2019
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  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. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement