Class ActionHideShowResult

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

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

    • ActionHideShowResult

      public ActionHideShowResult()
  • 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