562563564565566567568569570
* specified field. * * @param f the field */ public void step(Field f) { FormatCommand cmd = new FormatCommand(f, format, border); cmd.perform(); commands.add(cmd); }