Search:

Type: Posts; User: Niquinho

Search: Search took 0.07 seconds.

  1. Replies
    12
    Views
    2,614

    Re: public void run () error message

    I will make some research, in order to understand where the GraphicsProgram is defined.
    Thanks, for the link.
  2. Replies
    12
    Views
    2,614

    Re: public void run () error message

    Hello again,

    Import statement for the compiler fo find GraphicsProgram?
  3. Replies
    12
    Views
    2,614

    Re: public void run () error message

    Error messages: GraphicsProgram cannot be resolved to a type; The method getHeight() is undefined for the type tabuleiro; j cannot be resolved to a variable; i cannot be resolved to a variable;...
  4. Replies
    12
    Views
    2,614

    Re: public void run () error message

    Ok, the error message is:
    Exception in thread "main" java.lang.Error: Unresolved compilation problem:

    at tabuleiro.main(tabuleiro.java:6)
  5. Replies
    12
    Views
    2,614

    Re: public void run () error message

    Hello again,

    I add a } before run() and the program continues give me errors.


    public class tabuleiro extends GraphicsProgram
    {
    private static final int numrows = 8;
    private static final...
  6. Replies
    12
    Views
    2,614

    Re: public void run () error message

    Ok,
    The code is the following


    public class tabuleiro extends GraphicsProgram
    {
    private static final int numrows = 8;
    private static final int numcolumns = 8;

    public static void...
  7. Replies
    12
    Views
    2,614

    public void run () error message

    Hello,

    I'm trying to make a simple program in Eclipse,
    the code is allright exception made to

    public void run().
    The error message is --Syntax error on token "void", @ expected

    If anyone...
Results 1 to 7 of 7