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 [email protected]
Printable View
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 [email protected]
for a frame object
say Frame f;
f.setResizable(false);
this makes max and min buttons disapper.
d j kaladhar