Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #44.2K
4 Posted Topics
Re: Google's Dart http://www.dartlang.org/ is such a language. | |
Re: It is easy, as far as you have permissions to connect to data providers and know what protocols they use. | |
Re: What do you mean by "close the current class"? Classes are never closed. Do you mean to close a JFrame window? Use window.dispose(). | |
![]() | Re: Make PlayerInfo playerInfo a field, not a local variable. Remove Game.GT and PlayerInfo.getGameType(). Whenever you used Game.GT, use Game.playerInfo.GT. Wrap it with a getter for usability. |
The End.