ucsb-cs56-projects / cs56-games-dealer

-
0 stars 8 forks source link

Make the ActionListeners in GamesDealerPanel.java into inner classes #18

Closed kbielaski closed 7 years ago

kbielaski commented 8 years ago

150

ttstarck commented 8 years ago

As of now, the ActionListener classes are written inside the parameters of a method call, which is hard to understand at first. Moving them out of the parameter and into an inner class would make the code more readable.

hannavigil commented 8 years ago

W16 OK

athielk commented 7 years ago

F16 OK (150 pts)