Fragment of a
discussion from
User talk:RiggedViewing a history listing
Jump to navigation
Jump to search
Two things:
- The caps and (non-British) spelling matter:
setAllColors(Color.RED);
- You might need to import the Color class at the top of your file:
import java.awt.Color;