1. JDialog with no Option buttons coderanch.comI am needing to know if there is a way to create a JOPtionPane or Dialog window that does not have any options for closing the window that I can close from within the program itself. I need a way of pausing the entire app for a period of time. ------------------ Happy Coding, Gregg Bolinger |
2. Maximixe button on JDialog coderanch.com |
3. [SOLVED] Button + Dialog java-forums.org |
4. JDialog with no buttons ? forums.oracle.com |
5. waiting for button press without using Jdialog forums.oracle.comHi there, I am writing a gui that needs to wait for a button click. I used to use a modal JDialog for this, which worked fine, but I have recently changed the GUI to a wizard style, and I would like to simply redraw a Card every time, rather than having a popup Dialog. Basically the program will show info, ... |