I need to preface this with my instructor doesn\'t let us use IDE\'s. We use TextPad. I want to click on this label and it then change from \"H\" to \"T\". Currently when I
You never added the MouseListener to your label.
To do this, simply add the following code:
addMouseListener(this);