com.mindprod.common13
Class Common13

java.lang.Object
  extended by com.mindprod.common13.Common13

public final class Common13
extends java.lang.Object

methods common to all Swing-using programs.

Since:
2008
Version:
1.3 2008-11-12 add JDK version to About box
Author:
Roedy Green, Canadian Mind Products

Field Summary
static java.lang.String EMBEDDED_COPYRIGHT
          undisplayed copyright notice
 
Constructor Summary
Common13()
           
 
Method Summary
static void main(java.lang.String[] args)
          test harness
static void setLaf()
          set the look and feel for a Swing App, based on OS and JDK version..
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMBEDDED_COPYRIGHT

public static final java.lang.String EMBEDDED_COPYRIGHT
undisplayed copyright notice

See Also:
Constant Field Values
Constructor Detail

Common13

public Common13()
Method Detail

setLaf

public static void setLaf()
set the look and feel for a Swing App, based on OS and JDK version..


main

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

Parameters:
args - not used