I'm redoing a textbased Computer Aided Instruction program I created last year. The thing is, my teacher wants the program with a GUI. I'm not doing it as an applet, but with AWT and Swing. So basically, a standalone program.
I just dived right into graphics, so I'm basically drawing from textbook info and previous knowledge I had on Java, C++ and OOProg. So please excuse the bad code.
The problem is this. The main goal (for me anyways) is to keep the program to ONE window. That means that in the start window (say, the menu) I click a button, the window is supposed to clear and show me a completely different interface. The action passes right into the ActionListener, and works right until after repaint(); After removing previous panels and repainting, I try to add new panels. Except, it doesn't work.
Thoughts? Suggestions? Help? Anything is appreciated.
You'll notice that I tried several methods (via commenting out). I also didn't put comments regarding what each part was supposed to do, so if you don't understand what my purpose was supposed to be, please ask.
Here are the links:
http://www.geocities.com/whitemagicdesi ... troyer.txt
http://www.geocities.com/whitemagicdesi ... oveAll.txt