1: "Este es el t�tulo", 2: JOptionPane.YES_NO_OPTION); 3: break; 4: case 2: resultado = JOptionPane.showConfirmDialog( null, 5: "Este es el mensaje",
1: JOptionPane.QUESTION_MESSAGE, 2: JOptionPane.YES_NO_OPTION); 3: frame.pack(); 4: frame.setVisible(true); 5: optionPane.addPropertyChangeListener (this);
1: Translator.getString("DeleteFromLibTitle"), 2: JOptionPane.YES_NO_OPTION); 3: if (r == JOptionPane.YES_OPTION) 4: getCurrentDocument().getLibraryPanel().delete(); 5: } else {
1: "Confirm Delete", 2: JOptionPane.YES_NO_OPTION); 3: if (result == 0) deleteGraph(); 4: } catch (Exception exc) { 5: viewer.getConsole().addMsg("Exception: " + exc);
1: "nebo ne", "zvolte ano", 2: JOptionPane.YES_NO_OPTION); 3: else if(identifikator.equals("Barva")) { 4: Object[] moznosti = { "�erven�", "Zelen�" }; 5: int sel = JOptionPane.showOptionDialog(
1: Translator.getString("Title"), 2: JOptionPane.YES_NO_OPTION); 3: if (r == JOptionPane.YES_OPTION) { 4: graphpad.removeGPInternalFrame(docs[i].getInternalFrame());
1: Translator.getString("Title"), 2: JOptionPane.YES_NO_OPTION); 3: if (r == JOptionPane.YES_OPTION) { 4: graphpad.removeGPInternalFrame(docs[i].getInternalFrame());
1: Translator.getString("Title"), 2: JOptionPane.YES_NO_OPTION); 3: if (r == JOptionPane.YES_OPTION) { 4: graphpad.removeGPInternalFrame(docs[i].getInternalFrame());
1: Translator.getString("Title"), 2: JOptionPane.YES_NO_OPTION); 3: if (r == JOptionPane.YES_OPTION) { 4: graphpad.removeGPInternalFrame(docs[i].getInternalFrame());
1: int button = JOptionPane.showConfirmDialog(_parent, GuiStrings.getString("label.cleardb"), GuiStrings.getString("title.cleardb"), 2: JOptionPane.YES_NO_OPTION); 3: if (button == JOptionPane.YES_OPTION) { 4: _messenger.fireMessageEvent(new MessageEvent(this, "StopThreads", MessageEventIf.EMPTY)); 5: MessageEventIf.REMOVE));
1: "Confirm the sequence entry", 2: JOptionPane.YES_NO_OPTION); 3: if(n == JOptionPane.NO_OPTION) 4: return null; 5: }
1: "optionpane.revert-to-saved-confirm-title"), 2: JOptionPane.YES_NO_OPTION); 3: 4: if (response == JOptionPane.YES_OPTION) { 5: ProjectBrowser.getInstance().loadProjectWithProgressMonitor(
1: int answer = JOptionPane.showConfirmDialog(_parent, version.toString(), GuiStrings.getString("title.checkupdate"), 2: JOptionPane.YES_NO_OPTION); 3: if (answer == JOptionPane.YES_OPTION) { 4: if (SystemUtils.IS_OS_WINDOWS) { 5: if (SystemUtils.IS_OS_WINDOWS_95 || SystemUtils.IS_OS_WINDOWS_98 || SystemUtils.IS_OS_WINDOWS_ME) {