
-----------------------------------
hamid14
Tue Jan 18, 2011 8:01 pm

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.

-----------------------------------
md
Fri Jan 21, 2011 9:13 pm

RE:how to make java applet window not-resizable
-----------------------------------
Google "java window non-resizable" and from there lookup "setResizable()".
