| java.lang.Object com.csa.lib.swing.FontChooserDialog
FontChooserDialog | public class FontChooserDialog implements ListSelectionListener,ActionListener(Code) | | Ventana para escoger Fonts. Se puede usar facilmente.
FontChooser fc = new FontChooser(ownerFrame);
if (fc.execute())
System.out.println(fc.getFont());
author: csilva |
FontChooserDialog | public FontChooserDialog(Frame owner)(Code) | | |
buildFont | public void buildFont()(Code) | | |
buildUI | void buildUI(Frame owner, String title)(Code) | | Construye un dialogo (interno) para dar soporte a la eleccion del font
Parameters: owner - |
execute | public boolean execute()(Code) | | Ejecuta el dialogo y retorna true si el usuario selecciono un Font.
|
getFontSize | public int getFontSize()(Code) | | |
getFontStyle | public int getFontStyle()(Code) | | |
|
|