Computer Science Canada how to make java applet window not-resizable |
Author: | hamid14 [ Tue Jan 18, 2011 8:01 pm ] |
Post subject: | how to make java applet window not-resizable |
i want to keep my applet window a certain size, and i want it so it cant be changed by the user. i have tried setResizable(false); but it says method not found. any ideas? thanks in advance. |
Author: | md [ Fri Jan 21, 2011 9:13 pm ] |
Post subject: | RE:how to make java applet window not-resizable |
Google "java window non-resizable" and from there lookup "setResizable()". |