Top "Jdialog" questions

The main Java Swing class for creating a dialog window.

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 to make JFileChooser Default to Computer View instead of My Documents

In the Windows Look and Feel for JFileChooser, the left hand side of the JFileChooser dialog shows five buttons: Recent …

java windows swing jfilechooser jdialog
How to make JDialog onTop only for his parent?

Lets say, we have a few JFrame windows visible in same time and for each window JDialog appears. When our …

java swing modal-dialog jdialog
How to check if a jframe is opened?

My code below create a new array and sends it to chat(jFrame). String info1[]=new String[3]; // username , userid , userid2 …

java swing jframe jdialog jtabbedpane
Modal JDialog without blocking execution

Is there a way how to use a dialog in Swing which prohibits any gui activity under it but at …

java swing modal-dialog jdialog
how to monitor the close event of a JDialog?

I have got a tricky problem. I need to pop a confirm message box for user to decide close or …

java swing desktop-application jdialog windowlistener
Keep a jQuery dialog in a div

I am trying to create a number of jQuery dialogs but I would like to constrain their positions to inside …

jquery-ui jdialog jquery-ui-draggable
Retrieve input entered in a JDialog

I extended JDialog to create a custom dialog where the user must fill some fields : How should I retrieve the …

java user-interface modal-dialog jdialog
Dialog that returns an Object

Is it possible to create a JDialog in swing that would return an object when OK button is clicked? For …

java swing jdialog
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