chess.view.user.SettingsButton Class
User settings button. This button looks like a gear and will fire a "click" event which is picked up by chess.view.user.Controller. The controller will handle the event and fire a "showProfile" event which is picked up by chess.view.user.ProfileWindow. chess.view.user.ProfileWindow will show it's self when this event is fired.