269270271272273274275276
config.add( this.currentSection ); layout.add( config ); } private void startSection(String name) { currentSection = new FormStyleLayout(); currentSectionName = name; }