org.formaria.editor.langed
Class LanguageEditorApplication

java.lang.Object
  extended by org.formaria.editor.langed.LanguageEditorApplication

public class LanguageEditorApplication
extends java.lang.Object

Title: LanguageEditor

Description: Language Resource Translation Utility

Copyright (c) Formaria Ltd., 2001-2006, This software is licensed under the GNU Public License (GPL), please see license.txt for more details. If you make commercial use of this software you must purchase a commercial license from Formaria.

$Revision: 1.6 $


Field Summary
static java.awt.Font defaultFont
           
 
Constructor Summary
LanguageEditorApplication(java.awt.Frame appFrame, boolean isApplication, boolean showSplash)
           
 
Method Summary
 void createSplashScreen(java.awt.Frame appFrame)
          Show the spash screen while the rest of the demo loads
 void hideSplash()
          pop down the spash screen
static void main(java.lang.String[] args)
           
static void setDefaultFont(java.awt.Container cont)
          Set the default font for all the components in this container.
 void setDefaultFont(java.awt.Font font)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

defaultFont

public static java.awt.Font defaultFont
Constructor Detail

LanguageEditorApplication

public LanguageEditorApplication(java.awt.Frame appFrame,
                                 boolean isApplication,
                                 boolean showSplash)
Method Detail

main

public static void main(java.lang.String[] args)

createSplashScreen

public void createSplashScreen(java.awt.Frame appFrame)
Show the spash screen while the rest of the demo loads


hideSplash

public void hideSplash()
pop down the spash screen


setDefaultFont

public void setDefaultFont(java.awt.Font font)

setDefaultFont

public static void setDefaultFont(java.awt.Container cont)
Set the default font for all the components in this container.

Parameters:
cont - the container