CS2212-2012-G2 / SurvivorPool

CS2212 Project
Other
1 stars 0 forks source link

Restructure of General Panel #76

Closed Nava2 closed 12 years ago

Nava2 commented 12 years ago

When I started to try and add the label as @Demelode asked for in #75, I quickly realised that the panel was a mess. The use of GridBagLayout wasn't necessary, and cluttered the interface.

I reorganized it all, and made it much more clean looking.

Everything should be working, but please test this.

@Demelode, if you want to add that label now, just add it in the constructor using:

this.add(label, BorderLayout.PAGE_END);

As for my opinion on said label, I think we should swap out the "Time" buttons as I labeled them instead for the standings.

Just my $0.02.

JustinMcDonald commented 12 years ago

sounds good