Class ItemRandomizerPanel<T>

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
is.codion.swing.common.ui.tools.randomizer.ItemRandomizerPanel<T>
Type Parameters:
T - the type of items being randomized
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public final class ItemRandomizerPanel<T> extends JPanel
A default UI for the ItemRandomizer class. For instances use the factory method itemRandomizerPanel(ItemRandomizer).
See Also: