org.jfree.ui
Class StrokeChooserPanel
JPanelorg.jfree.ui.StrokeChooserPanel
A component for choosing a stroke from a list of available strokes. This class needs work.
StrokeChooserPanel
public StrokeChooserPanel(StrokeSample current,
StrokeSample[] available) Creates a panel containing a combo-box that allows the user to select
one stroke from a list of available strokes.
current - the current stroke sample.available - an array of 'available' stroke samples.
getSelector
protected final JComboBox getSelector()
Returns the selector component.