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