| # | Line 377 | Line 377 | public class MainWin extends JFrame impl | |
|---|---|---|
| 377 | try { | |
| 378 | Thread.sleep(10); | |
| 379 | } catch (InterruptedException e) { | |
| 380 | – | // TODO Auto-generated catch block |
| 380 | e.printStackTrace(); | |
| 381 | } | |
| 382 | } | |
| # | Line 567 | Line 566 | public class MainWin extends JFrame impl | |
| 566 | pb.directory(Paths.getEditionBasePath()); | |
| 567 | pb.start(); | |
| 568 | } catch (IOException e) { | |
| 570 | – | // TODO Auto-generated catch block |
| 569 | e.printStackTrace(); | |
| 570 | } | |
| 571 | } | |
| # | Line 583 | Line 581 | public class MainWin extends JFrame impl | |
| 581 | pb.directory(Paths.getEditionBasePath()); | |
| 582 | pb.start(); | |
| 583 | } catch (IOException e) { | |
| 586 | – | // TODO Auto-generated catch block |
| 584 | e.printStackTrace(); | |
| 585 | } | |
| 586 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |