Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5af8f96

Browse files
committed
Format wraps Updated
1 parent66cba10 commit5af8f96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎TextEditor.java‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ public void openFile() {
256256
}
257257
}
258258
catch(Exceptione) {
259-
System.out.println("File Not Found");
259+
JOptionPane.showMessageDialog(this,"File Not Found");
260260
}
261261
}
262262

@@ -301,7 +301,7 @@ public void saveasFile() {
301301
}
302302
}
303303
catch(Exceptione) {
304-
System.out.println("Something Gone Wrong");
304+
JOptionPane.showMessageDialog(this,"Something Gone Wrong");
305305
}
306306

307307
}
@@ -322,7 +322,7 @@ public void saveFile() {
322322
}
323323
}
324324
catch(Exceptione) {
325-
System.out.println("Something Gone Wrong");
325+
JOptionPane.showMessageDialog(this,"Something Gone Wrong");
326326
}
327327
}
328328

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp