Maximize, Minimize & Close custom buttons in a JFrame
843807Jul 3 2009 — edited Jul 16 2009hi 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.