Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.08 seconds.

  1. Replies
    11
    Views
    1,107

    [SOLVED] Re: My code has a problem ;)

    Hmm I can see signatures. Are you guys on mobile or something? Oh well, no big deal.

    And the standard naming conventions should definitely be followed: Code Conventions for the Java Programming...
  2. Replies
    11
    Views
    1,107

    [SOLVED] Re: My code has a problem ;)

    I am aware that you gave two options. Unfortunately, only one of them was what the OP should actually do. Renaming the class in the code to klukka with a lowercase k might fix the problem, but it...
  3. Replies
    11
    Views
    1,107

    [SOLVED] Re: My code has a problem ;)

    Standard naming conventions dictate that class names should start with a capital letter. The filename of the public class needs to be the same as the class itself, in this case Klukka.java.
  4. Replies
    11
    Views
    1,107

    [SOLVED] Re: My code has a problem ;)

    When posting code, please use the highlight tags to preserve formatting.

    What seems to be the problem with this code? Does it compile? Does it run? Does it display a runtime error? Some strange...
Results 1 to 4 of 4