// housekeeping/Counter.java public class Counter { int i; Counter() { i = 7; } // ... }