rp.gui
Class MainStatics

java.lang.Object
  |
  +--rp.gui.MainStatics

public abstract class MainStatics
extends java.lang.Object

statische Methoden (ausgelagert, um Main-Klasse übersichtlich zu halten)


Constructor Summary
MainStatics()
           
 
Method Summary
protected static void center(java.awt.Component w)
           
protected static java.lang.String showvCard(vCard vc)
          erzeugt HTML-Darstellung aus einer vCard
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainStatics

public MainStatics()
Method Detail

showvCard

protected static java.lang.String showvCard(vCard vc)
erzeugt HTML-Darstellung aus einer vCard
Parameters:
vCard - vc
Returns:
String

center

protected static void center(java.awt.Component w)