-
awt
Hello all,
I have two question here , please reply them asap as i need them immediatly..
Fristly, how to add a clipboard support to canvas.Iam using a canvas to display text( using drawstring) , now i want to select text from it. How.
Second one.. how to disable the maximise / minimise (middle ) button of the frame.
Please send it asap.
Thakyou,
Javed.
-
Re: awt
I had the same problem of minimizing and mzximize button.... i tried to setResizable(false) but it
didnt worked for jdk1.1.8, but when i tried with jdk1.2.1... the same code worked and both the minimize and maximize buttons were hidden.
Try that...
Ashish