How to get rid of "Minimize" button from frame?

Hi all,Can anyone give me some idea- I want to have a frame without minimize button at the corner.Pls help
[127 byte] By [SMHasana] at [2007-11-27 2:10:37]
# 1
Use a JDialog instead?
KelVarnsona at 2007-7-12 2:02:57 > top of Java-index,Desktop,Core GUI APIs...
# 2
Or set it undecorated (can you make a JFrame undecorated?) and just replicate the other buttons with java components
tjacobs01a at 2007-7-12 2:02:57 > top of Java-index,Desktop,Core GUI APIs...