AlertDelete shortened code
This commit is contained in:
parent
55517a531e
commit
7dea7919c5
|
@ -21,9 +21,7 @@ public class AlertDelete extends Alert {
|
|||
public boolean showAndGetResult() {
|
||||
result = false;
|
||||
showAndWait().ifPresent(type -> {
|
||||
if (type == yesButton) {
|
||||
result = true;
|
||||
}
|
||||
result = type == yesButton;
|
||||
});
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue