Advertisement
Alx09

Untitled

Jan 10th, 2022
826
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.30 KB | None | 0 0
  1. public static void main(String[] args) throws SQLException {
  2.  
  3.         EventQueue.invokeLater(new Runnable() {
  4.             public void run() {
  5.                 try {
  6.                     Procesare_XML frame = new Procesare_XML();
  7.  
  8.                     frame.setVisible(true);
  9.                 } catch (Exception e) {
  10.                     e.printStackTrace();
  11.                 }
  12.             }
  13.         });
  14.  
  15.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement