how to make java applet window not-resizable
Author |
Message |
hamid14

|
Posted: 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. |
|
|
|
|
 |
Sponsor Sponsor

|
|
 |
md

|
Posted: 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()". |
|
|
|
|
 |
|
|