|
@@ -105,7 +105,7 @@ public class DsrcCommServerApplication implements CommandLineRunner, Application
|
|
|
frame.addWindowListener(new WindowAdapter() {
|
|
|
@Override
|
|
|
public void windowClosing(WindowEvent e) {
|
|
|
- if (JOptionPane.showConfirmDialog(UI.getRootPanel(), "시스템을 종료 하시겠습니까?", "시스템 종료", 0) == 0) {
|
|
|
+ if (JOptionPane.showConfirmDialog(UI.getRootPanel(), "DSRC 통신서버 프로그램을 종료 하시겠습니까?", "프로그램 종료", 0) == 0) {
|
|
|
System.exit(0);
|
|
|
} else {
|
|
|
frame.setDefaultCloseOperation(JFrame.DO_NOTHING_ON_CLOSE);
|