|
|
|
@ -128,6 +128,7 @@ public class UIExpandablePane extends JPanel {
|
|
|
|
|
HeaderPane hp = (HeaderPane) e.getSource(); |
|
|
|
|
if (!Animator.useAnimation()) { |
|
|
|
|
contentPanel.setVisible(!showExpand); |
|
|
|
|
showExpand = !showExpand; |
|
|
|
|
} else if (!animator.isRunning()) { |
|
|
|
|
animator.start(); |
|
|
|
|
} |
|
|
|
|