de.grogra.billboard
Class BBResources

java.lang.Object
  extended by de.grogra.billboard.BBResources

public final class BBResources
extends java.lang.Object


Field Summary
static java.util.ResourceBundle BUNDLE
           
 
Constructor Summary
BBResources()
           
 
Method Summary
static java.lang.String getVRMLTempl(java.lang.Class<?> clazz, java.lang.String resource)
           
static java.lang.String msg(java.lang.String key)
           
static java.lang.String msg(java.lang.String key, java.lang.Object... args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUNDLE

public static final java.util.ResourceBundle BUNDLE
Constructor Detail

BBResources

public BBResources()
Method Detail

getVRMLTempl

public static java.lang.String getVRMLTempl(java.lang.Class<?> clazz,
                                            java.lang.String resource)

msg

public static final java.lang.String msg(java.lang.String key)

msg

public static final java.lang.String msg(java.lang.String key,
                                         java.lang.Object... args)