Update Message on abort
This commit is contained in:
@@ -52,7 +52,7 @@ public class Main {
|
||||
frame.addWindowListener(new WindowAdapter(){
|
||||
public void windowClosing(WindowEvent e) {
|
||||
if (!finished) {
|
||||
if (JOptionPane.showConfirmDialog(frame, "Abort and Close?") == 0) {
|
||||
if (JOptionPane.showConfirmDialog(frame, "Abort?") == 0) {
|
||||
aborted = true;
|
||||
if (processingThread != null) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user