java Programming Glossary: gstar
JButton, JCheckBox and similar interactors do not change visually http://stackoverflow.com/questions/12130335/jbutton-jcheckbox-and-similar-interactors-do-not-change-visually clicks the mouse. public void mouseClicked MouseEvent e GStar star new GStar STAR_SIZE star.setFilled fillCheckBox.isSelected.. public void mouseClicked MouseEvent e GStar star new GStar STAR_SIZE star.setFilled fillCheckBox.isSelected add star e.getX.. double STAR_SIZE 20 private JCheckBox fillCheckBox And the GStar class import acm.graphics. Defines a new GObject class t hat..
|