Search:

Type: Posts; User: efluvio

Search: Search took 0.09 seconds.

  1. Replies
    11
    Views
    1,592

    Re: Programm does not start. Help Please!

    The Method "Ende" is in the Same class in which there is the "main" method, that caused the syntax error.
    If I write


    public static void main(String[] args) {
    Spielsystem Schiff = new...
  2. Replies
    11
    Views
    1,592

    Re: Programm does not start. Help Please!

    How can I programm this? Didn't I created a new instance with "new Spielsystem();"?
  3. Replies
    11
    Views
    1,592

    Re: Programm does not start. Help Please!

    ende() is in the same class as the "Error"-Main Class. The Code creates a "new Spielsystem" of that class.
    Where should I enter the data? I assume it is




    public boolean ende() {
    ...
  4. Replies
    11
    Views
    1,592

    Re: Programm does not start. Help Please!

    Do I have to put this in the method "ende" itself?
    Which instances should I put in there?
  5. Replies
    11
    Views
    1,592

    Re: Programm does not start. Help Please!

    Thanks! will do that!
  6. Replies
    11
    Views
    1,592

    Programm does not start. Help Please!

    Hey I have written this code:
    When I am executing it, I have problems with my main class. What can I do?
    (German Student)

    Programm should just start the methods in 2 other classes.

    ERROR...
Results 1 to 6 of 6