ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/java/installer2/src/net/oni2/aeinstaller/gui/MainWin.java
(Generate patch)

Comparing AE/installer2/src/net/oni2/aeinstaller/gui/MainWin.java (file contents):
Revision 618 by alloc, Tue Jan 15 01:50:36 2013 UTC vs.
Revision 619 by alloc, Tue Jan 15 02:28:53 2013 UTC

# 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                  }

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)