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

2019/5/30

The question about the color of text in Greenfoot coding application

DrakeGuo DrakeGuo

2019/5/30

#
What is the relationship between the color of the texts in Greenfoot coding application ? For example, when we type public in the coding to start a method, why the public turn to purple? And when we type class in the coding, why is red? Why is blue when we type super in the coding? Is there any reason why for them turning to different color in the coding?
danpost danpost

2019/5/30

#
Colored words are java keywords. The colors suggest the different types of keywords (control flow, modifier, reference, etc).
DrakeGuo DrakeGuo

2019/5/31

#
Thanks a lot
You need to login to post a reply.