-
Minimize a Frame with a Button click
Hi, I need to minimize a Frame when one of my Button components get clicked.
How do i do that? How can i generate WindowEvent(s) mannually. Please help!
Thanks Hiranya.
-
Re: Minimize a Frame with a Button click
VisualCafe is a best GUI Tool, in which you can do everything very easily.
You can download and used it free of cost.
This will helps you more and more in your future to learn java.
Try with that.
"Hiranya Samarasekera" <koluwa007@hotmail.com> wrote in message
news:3c6b7ad0$1@10.1.10.29...
>
> Hi, I need to minimize a Frame when one of my Button components get
clicked.
> How do i do that? How can i generate WindowEvent(s) mannually. Please
help!
>
> Thanks Hiranya.
-
Re: Minimize a Frame with a Button click
yourFrame.setState(Frame.ICONIFIED) ?
PC2
"Hiranya Samarasekera" <koluwa007@hotmail.com> wrote in message
news:3c6b7ad0$1@10.1.10.29...
>
> Hi, I need to minimize a Frame when one of my Button components get
clicked.
> How do i do that? How can i generate WindowEvent(s) mannually. Please
help!
>
> Thanks Hiranya.
-
Re: Minimize a Frame with a Button click
Thank you very much Paul. It worked.
Hiranya
-----------------------
"Paul Clapham" <pclapham@core-mark.com> wrote:
>yourFrame.setState(Frame.ICONIFIED) ?
>
>PC2
>
>"Hiranya Samarasekera" <koluwa007@hotmail.com> wrote in message
>news:3c6b7ad0$1@10.1.10.29...
>>
>> Hi, I need to minimize a Frame when one of my Button components get
>clicked.
>> How do i do that? How can i generate WindowEvent(s) mannually. Please
>help!
>>
>> Thanks Hiranya.
>
>
-
Re: Minimize a Frame with a Button click
Hi, I need to minimize a DialogFrame
when one of my Button components get clicked.
How do i do that?
Thanks in early
-
Re: Minimize a Frame with a Button click
setState(Frame.ICONIFIED)
PC2
"prashanth" <prashanthspark@hotmail.com> wrote in message
news:3c7618ac$1@10.1.10.29...
>
> Hi, I need to minimize a DialogFrame
> when one of my Button components get clicked.
> How do i do that?
>
> Thanks in early
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks