Hi folks,1) I want to know ,how can I disable the close button in the dialog...if possible hide it...2) and aslo how can I disable or hide the minimise and Maxmise button in a Frame...Thanx in advance Oliver
[249 byte] By [oliver_ferns] at [2007-9-26 1:46:07]
If you use awt the close button does not work unless you explicitly add a windowlistener. In swing you can switch it off (IIRC you have to call setDefaultcloseAction)With a windowlistener you can waatch for the window to be maximized minimized ect and then undo the effect.