Toggle Button for AWT



Hi All,

I was wondering is there is a quick way to make a Button work like a toggle
button in AWT (I Cannot use swing).

I was looking at maybe frigging the normal Button to stay depressed when
clicked, then when clicked again show un-depressed..

Being a bit lazy and thought I'd ask here whilst trawling through the Button
source code..

Steve


.