> 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].