54a55 > setInsets(new Insets(0, 0, 0, 0)); 64c65 < setInsets(new Insets(0, 0, 0, 0)); --- > this(); 68a70,76 > * Create a new instance of this type and sets the layoutable > */ > public Layouter create(Layoutable newLayoutable) { > return new StandardLayouter(newLayoutable); > } > > /**