Notation
Code is written in a fixed-width, bold yellow font
Within a code segment, an italicized word denotes a name to be chosen by the programmer
In the text, we often give a method’s signature, while omitting the method body. Thus we write: public void paint( Graphics g );which tells you everything you need to know to use method paint(…), but (intentionally) says nothing about how it is implemented