invalidateComponent();
}
// Tab pane selection events
public Vote previewSelectedIndexChange(final TabPane tabPane, final int selectedIndex) {
Vote vote = Vote.APPROVE;
if (tabPane.isShowing()) {
if (expandTransition == null) {
if (selectedIndex == -1) {
expandTransition = new ExpandTransition(true, EXPAND_DURATION, EXPAND_RATE);