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
That's because you need to add the mouse listener to your JLabel. In your constructor add:
addMouseListener(this);