jdmonin / JSettlers2

Java Settlers project home, downloads, and GPLv3 source code. To download the latest version as a JAR, see https://github.com/jdmonin/JSettlers2/releases/latest .
http://nand.net/jsettlers/
GNU General Public License v3.0
159 stars 63 forks source link

Extracting more of player client to internal classes #4

Closed paulbilnoski closed 11 years ago

paulbilnoski commented 11 years ago

Extracted messages going to the server; moved interfaces implemented directly by the player client class to anonymous inner classes localized to their use. Also extracted applet to another class which will effect how the applet is launched in a web page. I did not see a helper html page in the repo so added one to launch the applet with the correct new applet-main class.