Friday, June 16, 2017

How to off resize java jframe

In your frame constructor write this code...


this.setresizable(false);

No comments:

Post a Comment