Class LightScrollPane

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
com.jsql.view.swing.scrollpane.LightScrollPane
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable
Direct Known Subclasses:
LightScrollPaneShell

public class LightScrollPane extends JComponent
See Also:
  • Field Details

    • scrollBarAlpha

      protected int scrollBarAlpha
    • scrollBarAlphaRollover

      protected int scrollBarAlphaRollover
    • THUMB_SIZE

      public static final int THUMB_SIZE
      See Also:
    • colorThumb

      protected Color colorThumb
    • scrollPane

      public final JScrollPane scrollPane
  • Constructor Details

    • LightScrollPane

      public LightScrollPane(int top, int left, int bottom, int right, JComponent c)
      Create a scrollpane with top and left border for default component and a slide one. A component slided to the right will normally hide the left border, JScrollPanePixelBorder fix this.
      Parameters:
      top - Border top size
      left - Border left size
      bottom - Border bottom size
      right - Border right size
      c - Component to decorate
    • LightScrollPane

      public LightScrollPane(JComponent component)