Package com.jsql.view.swing.panel.split
Class ActionHideShowResult
java.lang.Object
com.jsql.view.swing.panel.split.ActionHideShowResult
- All Implemented Interfaces:
ActionListener
,EventListener
MouseAdapter to show/hide bottom panel.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Hide bottom panel if both main and bottom are visible, also displays an ersatz bar replacing tabbedpane.
-
Constructor Details
-
ActionHideShowResult
public ActionHideShowResult()
-
-
Method Details
-
actionPerformed
Hide bottom panel if both main and bottom are visible, also displays an ersatz bar replacing tabbedpane. Or else if only main panel is visible then displays bottom panel and hide ersatz panel.- Specified by:
actionPerformed
in interfaceActionListener
-