hi,
i dont know how to disable the maximise and minimise button in title bar.....so please give me the idea for that.........

regards,
vani

Recommended Answers

All 2 Replies

I asume that "maximise and minimise" are the buttons in the MenuBar to disable them you just use this

maximise.setEnabled(false);
minimise.setEnable(false);

If is it not what you wanted, please be more specific about your question.

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.