not resizable frame

i need a frame which is not resizable. Does JFrame have this property, i dont want resize button.is there other component for this..thanks any help...
[164 byte] By [aDiGea] at [2007-11-26 20:38:38]
# 1

> i need a frame which is not resizable. Does JFrame have this property,

Yes, read the API.

> i dont want resize button

Read the Swing tutorial on [url http://java.sun.com/docs/books/tutorial/uiswing/components/frame.html#setDefaultLookAndFeelDecorated]Specifying Window Decorations[/url].

camickra at 2007-7-10 1:55:37 > top of Java-index,Desktop,Core GUI APIs...