Package org.zaproxy.zap.utils

Examples of org.zaproxy.zap.utils.StickyScrollbarAdjustmentListener


     
      scrollPanel = new JScrollPane(messagesView.getViewComponent());
      scrollPanel.setPreferredSize(new Dimension(800,200));
      scrollPanel.setName("WebSocketPanelActions");
     
      scrollPanel.getVerticalScrollBar().addAdjustmentListener(new StickyScrollbarAdjustmentListener());
    }
    return scrollPanel;
  }
View Full Code Here

TOP

Related Classes of org.zaproxy.zap.utils.StickyScrollbarAdjustmentListener

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.