// System.out.println(extraModelKey + ":" + state.name() + ":"
// + colorScheme.getDisplayName());
// }
// compute the straight sides
ClassicButtonShaper shaper = ClassicButtonShaper.INSTANCE;
int comboFontSize = SubstanceSizeUtils.getComponentFontSize(combo);
float radius = SubstanceSizeUtils
.getClassicButtonCornerRadius(comboFontSize);
HashMapKey key = SubstanceCoreUtilities.getHashKey(width, height,
prevState.name(), state.name(), cyclePos, colorScheme
.getDisplayName(), colorScheme2.getDisplayName(),
borderScheme.getDisplayName(), borderScheme2.getDisplayName(),
shaper.getDisplayName(), fillPainter.getDisplayName(),
borderPainter.getDisplayName(), combo.getClass().getName(),
radius, comboFontSize);
// System.out.println(component.getClass().getSimpleName() + ":"
// + extraModelKeys + " "