35363738394041
public ShowAndHidePanelEx() { this(true); } public ShowAndHidePanelEx(boolean visible) { this(visible, new FXOpen(DimensionConstant.Direction.VERTICAL)); }
47484950515253
public ShowAndHidePanel() { this(true); } public ShowAndHidePanel(boolean visible) { this(visible, new FXOpen(DimensionConstant.Direction.VERTICAL)); }