Home
last modified time | relevance | path

Searched refs:showConfirmDialog (Results 1 – 6 of 6) sorted by relevance

/plugin/metaeditor/
H A Dscript.js94 jqModalManager.showConfirmDialog();
366 showConfirmDialog : function() { method in jqModalManager
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DRecordingControlsFrame.java140 …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()
H A DSwfEncoder.java251 if (JOptionPane.showConfirmDialog(config.getParentComponent(), in encode()
H A DMovieEditorDialog.java360 int confirmed = JOptionPane.showConfirmDialog(null, in MovieEditorDialog()
638 …if (JOptionPane.showConfirmDialog(MovieEditorDialog.this, "Are you sure you want to discard the re… in buildUI()
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java1309 …if (!editor.isModified() || JOptionPane.showConfirmDialog(editor, mxResources.get("loseChanges")) … in actionPerformed()
1336 …if (!editor.isModified() || JOptionPane.showConfirmDialog(editor, mxResources.get("loseChanges")) … in actionPerformed()
H A DEditorActions.java.bak1309 …if (!editor.isModified() || JOptionPane.showConfirmDialog(editor, mxResources.get("loseChanges")) …
1336 …if (!editor.isModified() || JOptionPane.showConfirmDialog(editor, mxResources.get("loseChanges")) …