Gregg,
Hey, i am haveing some problems. Ok, what i want to be able to do is: Ok, i have a GUI aready built. I have a JMenuBar and on this i have file, edit, modes, help. Ok What i want to be able to do is when i click on modes in this i have the option to click on build mode. this should open on my JFrame as a JPanel that is 500x500, by the way my JFrame itself is 800x600. Ok, and on this build panel i am able to add things to it like a circle and a square and so on. they should click into place. on my build mode panel i have a grid that is each grid box is 25x25, that is easy to make. Ok, now when i go back up to the modes menu and then click on run mode, the grey grid lines will go away and the objecs will still be in the same place. When i ad a ball, then i will have to click the start button for the ball to move and bounce off the objects. My problem is doing the if(command.equals(RunMode){
//is this what i should do and also for the build mode should i do the same thing and in this have two for loops that make the grid thing.
Gregg i really need some help on this on. I would really appreciate it if you could if not i would completely understand. thanks for you time to post back to me
mdawg