(reverted) Changed Util class names

This commit is contained in:
nathan 2017-07-15 18:10:14 +02:00
parent 4ecafbf50c
commit cdc2bbd2cf
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ import java.security.NoSuchAlgorithmException;
import java.util.Locale;
public
class Cache {
class CacheUtil {
// will never be null.
private static final MessageDigest digest;

View File

@ -35,7 +35,7 @@ import java.util.Enumeration;
*/
@SuppressWarnings("unused")
public
class Font {
class FontUtil {
/** Default location where all the fonts are stored */
@Property
public static String FONTS_LOCATION = "resources/fonts";

View File

@ -42,7 +42,7 @@ import javax.swing.UIManager;
@SuppressWarnings("unused")
public
class Swing {
class SwingUtil {
static {
/*
* hack workaround for starting the Toolkit thread before any Timer stuff javax.swing.Timer uses the Event Dispatch Thread, which is not