Searched refs:showConfirmDialog (Results 1 – 6 of 6) sorted by relevance
94 jqModalManager.showConfirmDialog();366 showConfirmDialog : function() { method in jqModalManager
140 …if (JOptionPane.showConfirmDialog(RecordingControlsFrame.this, "Would you like to edit the movie b… in RecordingControlsFrame()182 …if (JOptionPane.showConfirmDialog(RecordingControlsFrame.this, "Are you sure you want to discard t… in RecordingControlsFrame()
251 if (JOptionPane.showConfirmDialog(config.getParentComponent(), in encode()
360 int confirmed = JOptionPane.showConfirmDialog(null, in MovieEditorDialog()638 …if (JOptionPane.showConfirmDialog(MovieEditorDialog.this, "Are you sure you want to discard the re… in buildUI()
1309 …if (!editor.isModified() || JOptionPane.showConfirmDialog(editor, mxResources.get("loseChanges")) … in actionPerformed()1336 …if (!editor.isModified() || JOptionPane.showConfirmDialog(editor, mxResources.get("loseChanges")) … in actionPerformed()
1309 …if (!editor.isModified() || JOptionPane.showConfirmDialog(editor, mxResources.get("loseChanges")) …1336 …if (!editor.isModified() || JOptionPane.showConfirmDialog(editor, mxResources.get("loseChanges")) …