LoadingPleaseWait / Battleship

Just the game with a simple swing GUI, a computer opponent and multiplayer.
GNU General Public License v3.0
1 stars 4 forks source link

convert lambda expressions to anonymous classes #1

Open AmanuelBayu opened 10 years ago

AmanuelBayu commented 10 years ago

stop using lambda expressions

LoadingPleaseWait commented 10 years ago

In the branch old_JRE_compatible a few lambda expressions were converted to anonymous classes. You can convert the rest to anonymous classes in that branch if you like.