Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Maximize, Minimize & Close custom buttons in a JFrame

843807Jul 3 2009 — edited Jul 16 2009
hi there folks,

i have a JFrame in which i'm showing up an image with X x Y dimensions. This Image have the following three options like we have options on the top right of every window on Windows OS.
1. Minimize
2. Miximize
3. Close

on click of the 'Minimize the Application', the Application needs to be minimized & to be shown on taskbar as like on Windows
on click of the 'Miximize the Application', the Application needs to be miximized & to be shown on top with some dimensions as like on Windows
on click of the 'Close the Application', the Application needs to be closed as like on Windows.

Any Idea on this?
It's very urgent for me. thanks in advance for reading my forum.

Cheers,
Satya.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 13 2009
Added on Jul 3 2009
2 comments
1,385 views