});
types.registerEditor("IntegerEditor1", TYPE_INTEGER, Integer.class, new EditorCreator<Integer>() {
@Override
public Editor<Integer> create() {
return new IntegerEditor1(y);
}
});
types.registerEditor("IntegerEditor1", TYPE_COLOR, Color.class, new EditorCreator<Color>() {
@Override