mirror of
https://github.com/LucasVbr/LecteurPdfDoubleAffichage.git
synced 2026-07-09 12:47:45 +00:00
edit popup
This commit is contained in:
@@ -40,7 +40,7 @@ public class Quitter extends MenuItem {
|
|||||||
protected void action() {
|
protected void action() {
|
||||||
final String TITRE = "Quitter";
|
final String TITRE = "Quitter";
|
||||||
final String MESSAGE
|
final String MESSAGE
|
||||||
= "Êtes-vous sûr de vouloir quitter l'application ?";
|
= "Êtes-vous sûr de vouloir fermer la fenêtre ?";
|
||||||
if (Popup.OuiNonPopup(parent, TITRE, MESSAGE)
|
if (Popup.OuiNonPopup(parent, TITRE, MESSAGE)
|
||||||
== JOptionPane.YES_OPTION) {
|
== JOptionPane.YES_OPTION) {
|
||||||
parent.quitter();
|
parent.quitter();
|
||||||
|
|||||||
Reference in New Issue
Block a user