org.PingOO.DLAI.PPM
Class Configure.FontLoader

java.lang.Object
  |
  +--org.PingOO.DLAI.PPM.Configure.FontLoader

private class Configure.FontLoader
extends java.lang.Object
implements java.lang.Runnable

The font loader.

Version:
2.0
Author:
Fabrice Bouyé (bouye@cur-archamps.fr)
See Also:
Runnable

Constructor Summary
Configure.FontLoader()
          Creates a new font loader.
 
Method Summary
 void run()
          Action to execute.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

Configure.FontLoader

public Configure.FontLoader()
Creates a new font loader.
Method Detail

run

public void run()
Action to execute.
Specified by:
run in interface java.lang.Runnable