Good Evening all
I'm attempting to add multiple buttons to a frame on the press of a previous button so lets say I have a go button on a frame when I press that I want to be able to display a number of buttons that represent months while removing the Go button previously (I'd post an image but not enough reputation points).
I've tried putting them in a panel and making them visible as the panel becomes visible but that doesn't seem to work.
Once I've pressed the month button I then want a bunch of buttons to be shown that correspond to dates
Any clues as to how to do this
You may have guessed I'm fairly new to Java I haven't posted any code as I'd rather get a rough idea as to how this can be achieved then attempt to do it myself so to speak
Many Thanks