Search:

Type: Posts; User: Freaky Chris

Search: Search took 0.12 seconds.

  1. Replies
    6
    Views
    1,951

    [SOLVED] Re: Java Newbie Code Problem

    Glad you have got everything working,
    please mark this as solved if that is everything :D

    Thanks,
    Chris
  2. Replies
    6
    Views
    1,951

    [SOLVED] Re: Java Newbie Code Problem

    It is still inside your main method, remove it from the main method altogether and just keep it as part of the class.


    class YourClass {
    public static void main(...){}
    public void...
Results 1 to 2 of 2