This site requires JavaScript, please enable it in your browser!
Greenfoot back
elizabethlc
elizabethlc wrote ...

2020/6/26

ERROR: private static final Color BLACK = new Color(0, 0, 0, 127)

elizabethlc elizabethlc

2020/6/26

#
Help Me, please!!!!
danpost danpost

2020/6/26

#
elizabethlc wrote...
Help Me, please!!!!
What is the error message?
elizabethlc elizabethlc

2020/6/26

#
danpost wrote...
elizabethlc wrote...
Help Me, please!!!!
What is the error message?
Color BLACK = new Color(0, 0, 0, 127)
danpost danpost

2020/6/26

#
That may be the line it appeared at -- but that is not the error message.
elizabethlc elizabethlc

2020/6/26

#
danpost wrote...
That may be the line it appeared at -- but that is not the error message.
it appears to me in the "C", when trying to see the error it gets crazy.
danpost danpost

2020/6/26

#
Are you getting a red underline?
elizabethlc elizabethlc

2020/6/26

#
yes!
danpost danpost

2020/6/26

#
elizabethlc wrote...
yes!
Move the mouse to it to see the message.
elizabethlc elizabethlc

2020/6/26

#
cannot find symbol - class Color
danpost danpost

2020/6/26

#
elizabethlc wrote...
cannot find symbol - class Color
Do you have the following line at the top (around line 1)
import greenfoot.*;
You need to login to post a reply.