Package com.jsql.view.swing.panel.split
Class ActionHideShowConsole
java.lang.Object
com.jsql.view.swing.panel.split.ActionHideShowConsole
- All Implemented Interfaces:
ActionListener
,EventListener
MouseAdapter to show/hide bottom panel.
-
Constructor Summary
ConstructorDescriptionActionHideShowConsole
(JPanel panel) Create the hide/show bottom panel action. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Hide bottom panel if both main and bottom are visible, also displays an ersatz bar replacing tabbedpane.
-
Constructor Details
-
ActionHideShowConsole
Create the hide/show bottom panel action.
-
-
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
-