class Preferences { String urlString = null; int xscale = 1; int yscale = 1; int border = 0; int cellspacing = 0; boolean spacers = true; boolean compress = false; String toFile = null; boolean fullpage = true; boolean cgi = false; } // class Preferences