WorldMap changes: got rid of field armySize and made it a local variable within methods
WorldMap GUI: Main Frame is 2000 x 1000 (width x height - will be resized), for loop using worldMap values to set up Continents and Countries with their respective positions (still need to fix some of these), Main Frame uses BorderLayout, JPanel map (WorldMap GUI JPanel) uses a GridBagLayout
WorldMap changes: got rid of field armySize and made it a local variable within methods WorldMap GUI: Main Frame is 2000 x 1000 (width x height - will be resized), for loop using worldMap values to set up Continents and Countries with their respective positions (still need to fix some of these), Main Frame uses BorderLayout, JPanel map (WorldMap GUI JPanel) uses a GridBagLayout