4748495051525354
/** Constructor with element id parameter. */ public ConfidenceRatingExecutable() { super("confidence-rating"); // setup the action panel actionPanel = new SliderActionPanel(); actionPanel.addActionPanelListener(this); }
4445464748495051