How to off resize java jframe


In your frame constructor write this code...


this.setresizable(false);

No comments:

Post a Comment