Class ListPalettePanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class ListPalettePanel extends AbstractPalettePanel
See Also:
  • Field Details

  • Constructor Details

    • ListPalettePanel

      public ListPalettePanel(int verticalScrollBarPolicy)
      Parameters:
      verticalScrollBarPolicy - unfortunately needs to be set because there seems to be a JScrollPane bug with VERTICAL_SCROLLBAR_AS_NEEDED: an ugly strip of whitespace is left where the scrollbar would be (J2SE 1.4.1)
  • Method Details