I hav created an applet window..
now i want to disable d maximise button..
can u plz say me how can i do dat..??

Recommended Answers

All 2 Replies

Please see the forum rules regarding "chatroom speak".

Interesting... I haven't actually dealt with applet windows before but there is a method setResizable() that belongs to the Frame class. I believe this method will prevent the user from resizing the window thus disallowing the maximize option.

So if you could tell me how you create the applet window (i.e. what contains it? Maybe a JFrame?) then I could perhaps assist further.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.