Click to See Complete Forum and Search --> : How to disable maximize button?


abei
August 3rd, 1999, 01:10 AM
hi
I have a problem in useing the component Frame,I want to disable the Frames's maximize button,what should I do?please reply to seasz@163.net

jeevan
February 20th, 2000, 07:52 AM
for a frame object
say Frame f;
f.setResizable(false);
this makes max and min buttons disapper.





d j kaladhar