Advertisement
forelyx

Untitled

Dec 9th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.28 KB | None | 0 0
  1. package testkasir3;
  2.  
  3. public class TestKasir3 {
  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