Ankur Patel's Java Blog
Showing posts with label
disable
.
Show all posts
Showing posts with label
disable
.
Show all posts
10 October 2010
Disable JFram windows maximize button
just writer code
Myframe.setResizable(false);
class MyFrame {
MyFrame() {
this.setResizable(false);
}
}
Older Posts
Home
Subscribe to:
Posts (Atom)