All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class benno.test.FontLister

java.lang.Object
   |
   +----benno.test.FontLister

public class FontLister
extends Object
This program outputs the list of supported fonts. Specificially it sends the strings returned by Toolkit.getDefaultToolkit().getFontList(), to System.out.

Version:
$Revision: 1.1 $
Author:
Ben Clifford

Constructor Index

 o FontLister()

Method Index

 o main(String[])

Constructors

 o FontLister
 public FontLister()

Methods

 o main
 public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index