finalized joptionpane fixed
This commit is contained in:
@@ -49,7 +49,7 @@ public class PlayerList {
|
||||
public String toString() {
|
||||
String s = "";
|
||||
for (HockeyPlayer p : pList) {
|
||||
s += p.toString();
|
||||
s += p.toString() + "\n";
|
||||
}
|
||||
return s;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user