Guest User

Untitled

a guest
Jun 19th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. programButton.addActionListener((ActionEvent arg0) -> {
  2. try {
  3. Desktop.getDesktop().open(new File("../../directory/program.jar"));
  4. System.exit(1);
  5. } catch (IOException ex) {
  6. System.out.println(ex.getMessage());
  7. }
  8. });
Add Comment
Please, Sign In to add comment