Jump to content

Sensational

Members
  • Posts

    82
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Posts posted by Sensational

  1. Update for "Development console" I have redone my paint tactics and this is for use in-game, viable with/without input disabled and works similar to that of original.

     

    bb86b46629e712444db0c87e74c219aa.gif

  2. 24 minutes ago, Alek said:

    You should probably hide the ip since there are 11 year olds on this website. Also you didn't really give any information.

    It's saying to make sure my boot options are valid, yet im not using any just the basic run.bat for launching.

  3. dont spam stop? problem solved

    Well first off my mouse double clicks sometimes when i single click. Also it happens when you click stop if no script is running.

  4. When you spam click or click the red stop button if no script is running or during (spamming) it'll freeze the client completely having you to close it via Task Manager.

     

    Some GUI's that use tabbed panes, it cuts off the pane and it won't allow my main GUI JFrame to be resizable. (Could be my code not sure)

  5. I've just skimmed the top and already spotted 2 mistakes. You should make sure everything in a tutorial is perfect, so as to not teach others bad habits.

     

    Enum types should be named in full caps. I know that was just a demonstration but yea people might copy you.

     

    You should also mention that string switch support was added in Java7, so if they use that their program won't be useable by anyone using prior versions.

     

    Enums are classes and should follow the conventions for classes. Instances of an enum are constants and should follow the conventions for constants.

×
×
  • Create New...