Gui / Swing

Status
Not open for further replies.

Hi.Im.New

In Runtime
Messages
118
Hello,

I've been programming for about 4 years now , but dont have much experience with gui's in general. As just a way to get a better feel I'm redoing a project that i had in my Software engineering class in which we were given a bunch of requirements and to make a Kids game dealing with numbers. The question i have is this: When I make a string of GUI's is it normal to make the next Gui that should appear in order in the previous GUI's actionPerformed method? Is that a normal control of flow for GUI's. For instance my startUp GUI goes to either Create new user or Login page depending on what the user wants to do, so is it totally ok for me to just make those GUI's in startUP's actionPerformed? I'm just in the beginning of making this, but I want to hear your input. I an agile programmer so hopefully it'll be to my benefit that I didn't go to far already.

thnx
 
Status
Not open for further replies.
Back
Top Bottom