ucsb-cs56-projects / cs56-games-fish-animation

-
1 stars 11 forks source link

Edit the layout for Menu.java #50

Open asyung opened 8 years ago

asyung commented 8 years ago

Currently Menu.java uses a mix of NULL layout and a minimal GridBagLayout. This results in lag while changing between panels on the menu and can be coded in a much more object-oriented manner by implementing a GridBagLayout with a nested CardLayout. Suggested 200 pts

mbahia commented 8 years ago

Approved M.B. W16

asyung commented 8 years ago

F16 OK (200 pts)