Code: Select all
JOptionPane.showInternalConfirmDialog(parent, messagePanel, title, JOptionPane.OK_CANCEL_OPTION,
JOptionPane.QUESTION_MESSAGE, messagePanel.getDetailsCheckbox());
Code: Select all
JOptionPane.showInternalConfirmDialog(parent, messagePanel, title, JOptionPane.OK_CANCEL_OPTION,
JOptionPane.QUESTION_MESSAGE, messagePanel.getDetailsCheckbox());