Class CheckBoxList<E>

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, Scrollable

public class CheckBoxList<E> extends JList<E>
A list of JCheckBoxes! How convenient! Adapted from: http://www.devx.com/tips/Tip/5342
Author:
Trevor Harmon
See Also:
  • Constructor Details

    • CheckBoxList

      public CheckBoxList()
    • CheckBoxList

      public CheckBoxList(E[] list)
  • Method Details