Advertisement
Guest User

main.java

a guest
Aug 18th, 2020
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. package com.polonez11212;
  2.  
  3. import javax.swing.*;
  4. import java.awt.*;
  5. import java.awt.event.ActionEvent;
  6. import java.awt.event.ActionListener;
  7.  
  8. public class Main {
  9.  
  10.  
  11.  
  12. public static void main(String[] args) {
  13.  
  14.  
  15.  
  16. new Main();
  17.  
  18. }
  19.  
  20. public Main(){
  21. new UI();
  22. }
  23.  
  24.  
  25. }
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement