Class ActionHideShowConsole

java.lang.Object
com.jsql.view.swing.panel.split.ActionHideShowConsole
All Implemented Interfaces:
ActionListener, EventListener

public class ActionHideShowConsole extends Object implements ActionListener
MouseAdapter to show/hide bottom panel.
  • Constructor Details

    • ActionHideShowConsole

      public ActionHideShowConsole(JPanel panel)
      Create the hide/show bottom panel action.
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)
      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 interface ActionListener