a solution to overcome the absence of maximize/minimize button in a JDialog  
Author Message
Mariano





PostPosted: 2006-12-2 18:04:00 Top

java-programmer, a solution to overcome the absence of maximize/minimize button in a JDialog I need to use modal Windows, the only solution to do that is to using
JDialog in a place of JFrame. All work as I want, the only collateral
effect is that no exist Maximize/Minimize button in JDialog. How can I
resolve it? How can i obtain maximize/minimize windows also in a
JDialog?