Click to See Complete Forum and Search --> : awt


Javed
August 7th, 1999, 04:54 AM
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.

gandhia
August 10th, 1999, 10:30 AM
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