Class JYList<E>

Type Parameters:
E - the type of the elements of this list
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, Scrollable

public class JYList<E> extends JList<E>
JYList extends JList without extending features. The intent is to change - the Color "List.background" with secondary3 Color of the CurrentTheme - and use a Border for cells

JXList extends JYList with new features (sorting/filtering)

Author:
EUG https://github.com/homebeaver
See Also: