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