Welcome to Abyssal Gaming Network

Register now to gain access to all of our features. Once registered and logged in, you will be able to contribute to this site by submitting your own content or replying to existing content. You'll be able to customize your profile, receive reputation points as a reward for submitting content, while also communicating with other members via your own private inbox, plus much more! This message will be removed once you have signed in.

[[Template core/front/global/updateWarning is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]

Sakit

Member
  • Content count

    6
  • Joined

  • Last visited

Posts posted by Sakit


  1. even tho this is kinda late... i still feel like mentioning a few things^^

    starting with the spagetti code... I'd split your class into model, view and controller classes for easier debugging (plus it looks better)

    also you should use get/set methods to access the variables

    third thing would be the fact that you're overwriting the paint and updade methods of your jframe without using the parent's methods (super.paint, super.update)

    hope this helps at least a little bit :)