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
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
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.
thank u very much
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.