Data hosted with ♥ by
Pastebin.com
-
Download Raw
-
See Original
package FinalProject;
public class Test {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
// TODO code application logic here
Kasir a = new Kasir();
a.setVisible(true);
}
}