[Image] EchoPoint
Helping you build truly dynamic and stateful web applications!
nothing

FontChooser   Click here for complete JavaDoc

The FontChooser component allows the user to select a font from within a list.  The font name, style and size can all be selected.  A default preview panel is provided that changes with the selected font.  This can be replaced with a Component derived object.  The FontChooser class uses a FontSelectionModel  interface to keep track of the currently selected font.  The usual ChangeListener support is also there.

[Image]
 fc = new FontChooser();
fc.addChangeListener(this);
fc.setTitle("Changes Font");
fc.setChangeSelectFieldFont(true);
panel.add(fc);

Client Browser Support :

All clients supported by the Echo Framework.


Home

SourceForge Logo

The EchoPoint project is kindly hosted by SourceForge