Choice Buttons
Drop down lists providing a list of items from which a user can make a selection.
Private Choice fnts ;
Fnts = new Choice();
Fnts.add(“first font”);
Fnts.add(“second font”);
Fnts.add(“third font”);
Fnts.addItemListener(new my_ih(this));
Previous slide
Next slide
Back to first slide
View graphic version