where is the maximize button in JDialog?  
Author Message
morning_river





PostPosted: 2003-9-30 4:16:00 Top

java-programmer, where is the maximize button in JDialog? Anybody knows how to get a JDialog to display a maximize
button like a JFrame does? The default JDialog does not come with
maximize or minimize button? I checked out the API for JDialog and
could not find the answer. Can anybody help me out?
 
Steve W. Jackson





PostPosted: 2003-9-30 4:48:00 Top

java-programmer >> where is the maximize button in JDialog? In article <email***@***.com>,
email***@***.com (Morning River) wrote:

>:Anybody knows how to get a JDialog to display a maximize
>:button like a JFrame does? The default JDialog does not come with
>:maximize or minimize button? I checked out the API for JDialog and
>:could not find the answer. Can anybody help me out?

You asked this in another group earlier and should've cross-posted if
you wanted to ask in multiple Java groups. And one respondent suggested
using JFrame instead, which is probably good advice. A JDialog isn't
something that's generally supposed to be minimized, maximized, etc.

= Steve =
--
Steve W. Jackson
Montgomery, Alabama
 
Harald Hein





PostPosted: 2003-9-30 14:05:00 Top

java-programmer >> where is the maximize button in JDialog? "Morning River" wrote:

> Can anybody help me out?

Start reading the answers you got.