Top "Joptionpane" questions

JOptionPane is a Java class that makes it easy to pop up a standard dialog box that prompts users for a value or informs them of something.

JOptionPane vs. JDialog

This is a crosspost to the thread in Javaranch (includes some images): http://www.coderanch.com/t/567472/GUI/java/Optimal-solution-creating-multiple-dialog …

java swing jdialog joptionpane
How can I make JOptionPane dialogs show up as a task on the taskbar?

Edit: The question follows the horizontal rule; my own answer precedes it. Based on help from Oscar Reyes, I crafted …

java user-interface swing taskbar joptionpane
JOptionPane.YES_OPTION == ENTER on each button

I have a option dialog like this: String[] options = ["Yes", "No"]; //button names int n = JOptionPane.showOptionDialog(singleFrameService.getFrame(), "Some …

java swing joptionpane
Can I localize the JOptionPane Yes/No/Cancel option?

I have a question regarding the JOptionPane.showConfirmDialog. The buttons I get are Yes, No and Cancel, but I was …

java swing localization joptionpane confirmation
Drawing a circle based from user input in Java

I have tried over and over to find a solution to this problem, but I seem to can't understand how …

java swing paintcomponent joptionpane
How can I dismiss one JOptionPane upon emergence of another JOptionPane in the GUI

As you have seen from my subject above, I would like to know how can I dismiss a JOptionPane which …

java swing joptionpane
Stop code until a condition is met

How can you create a function or component etc that will stop all running code until a condition is met? …

java conditional-statements wait joptionpane thread-sleep
JOptionPane showInputDialog position

How can I specify the position of a JOptionPane. Can anyone make a class that extends JOptionPane.showInputDialog that also …

java swing joptionpane
JOptionPane customize input

All I want to do is have a JOptionPane inputDialog with a JTextArea instead of a JTextField. I tried putting …

java swing joptionpane
Custom Cursor in a Swing JDialog

I have a Java Swing application, developed on Mac OS X 10.5 using Java 1.5. I'm trying to make a custom cursor …

java swing jdialog joptionpane custom-cursor