Window « Dialog « Java Swing Q&A





1. getPreferredSize() of a Dialog Window    coderanch.com

2. How to end a dialog window?    coderanch.com

I have a Frame object which represents a window.And I construct a dialog in which there is a button.Now I want to end the dialog window but not the frame window when I click the button.I don't know how to perform this operation.Your advisor will be greatly appreciated! ------------------ Java lover from hell!

3. JDialog Window hides    coderanch.com

4. JDialog? - parser status window    coderanch.com

Ok folks, I'm trying create a window that shows the list of links as it grows from a running web crawler/parser. Now, I don't want anything else to happen in my program until this is finished and the user clicks OK (after seeing complete list of links). I think the appropriate way to do this is to have the driver of ...