Advertisement
sergAccount

Untitled

Sep 25th, 2016
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.59 KB | None | 0 0
  1. /*
  2.  * To change this license header, choose License Headers in Project Properties.
  3.  * To change this template file, choose Tools | Templates
  4.  * and open the template in the editor.
  5.  */
  6. package app2;
  7.  
  8. import java.awt.event.ActionEvent;
  9. import java.awt.event.ActionListener;
  10. import javax.swing.*;
  11.  
  12. /**
  13.  *
  14.  * @author Student1
  15.  */
  16. public class App2 {    
  17.    
  18.     /**
  19.      * @param args the command line arguments
  20.      */
  21.     public static void main(String[] args) {
  22.         // TODO code application logic here        
  23.         //
  24.         Okno frame = new Okno();
  25.     }    
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement