| java.lang.Object de.mcs.jmeasurement.gui.Messages
Messages | final public class Messages (Code) | | resource bundle class generated by eclipse.
author: w.klaas |
getImage | public static Icon getImage(String name, boolean active)(Code) | | getting an image. the image file will be constructed with the actual fil
epath for images and if the active or passive gif should be used.
Parameters: name - name of the image (without extension and "_act" or "_pas" andpath Parameters: active - the active variant. Icon the icon to display. |
getString | public static String getString(String key)(Code) | | Getting a language string.
Parameters: key - key to search for String the language depending string. |
|
|