.getIntArray("taginfopanel.transformations");
this.transformationList = new TransformationList(indices);
// this.transformationList.setVisibleRowCount(3);
JScrollPane transformationListS = new JScrollPane(transformationList);
SimpleFocusPolicy policy = new SimpleFocusPolicy(this);
policy
.setComponents(new Component[] { artistF, albumF, titleF,
trackF, yearF, commentF,
genreF.getEditor().getEditorComponent(), save });
GridBagLayout gbl = new GridBagLayout();