Okay in theory im hoping this is going to work. I set my applet to be 640 x 480 for the game screen. This screen is sectioned into 4 panes.
I am making each pane as a seperate class and hoping to add it to the container on the main class with each pane adding its own stuff to itself (buttons, strings, images, etc) and will be using GridBag Layout as each pane is a different size and doesn’t do a 2,2 layout.
But. Since I am a n00b at java and know very little cause of experience. Im not sure if this is going to work. Does this sound like a right track or do i need to use the contructor and init() stuff on the main class to build and add items to each pane?