Ankur Patel's Java Blog
10 October 2010
Disable JFram windows maximize button
just writer code
Myframe.setResizable(false);
class MyFrame {
MyFrame() {
this.setResizable(false);
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment