• R/O
  • SSH
  • HTTPS

simyukkuri: 提交


Commit MetaInfo

修订版248 (tree)
时间2015-08-21 18:19:58
作者mimisuke

Log Message

Tweaks.

更改概述

差异

--- branches/test/SimYukkuri.java (revision 247)
+++ branches/test/SimYukkuri.java (revision 248)
@@ -370,7 +370,6 @@
370370 } catch(IOException e) {
371371 e.printStackTrace();
372372 JOptionPane.showMessageDialog(SimYukkuri.this, e.getLocalizedMessage(), SimYukkuri.TITLE, JOptionPane.ERROR_MESSAGE);
373- System.exit(1);
374373 }
375374 }
376375 }
@@ -385,11 +384,9 @@
385384 } catch(IOException e) {
386385 e.printStackTrace();
387386 JOptionPane.showMessageDialog(SimYukkuri.this, e.getLocalizedMessage(), SimYukkuri.TITLE, JOptionPane.ERROR_MESSAGE);
388- System.exit(1);
389387 } catch(ClassNotFoundException e) {
390388 e.printStackTrace();
391389 JOptionPane.showMessageDialog(SimYukkuri.this, e.getLocalizedMessage(), SimYukkuri.TITLE, JOptionPane.ERROR_MESSAGE);
392- System.exit(1);
393390 }
394391 }
395392 }
Show on old repository browser