net.sourceforge.atunes.gui
Class Fonts

java.lang.Object
  extended by net.sourceforge.atunes.gui.Fonts

public class Fonts
extends java.lang.Object

All fonts that are used and that are different from the default font.


Field Summary
static java.awt.Font ABOUT_BIG_FONT
          The ABOU t_ bi g_ font.
static java.awt.Font APP_VERSION_TITLE_FONT
          The AP p_ versio n_ titl e_ font.
static java.awt.Font AUDIO_SCROBBLER_BIG_FONT
          The AUDI o_ scrobble r_ bi g_ font.
static java.awt.Font BUTTON_FONT
          The BUTTO n_ font.
static java.awt.Font CHART_TICK_LABEL_FONT
          The CHAR t_ tic k_ labe l_ font.
static java.awt.Font CHART_TITLE_FONT
          The CHAR t_ titl e_ font.
static java.awt.Font DOCKABLE_WINDOW_TITLE_FONT
          The DOCKABL e_ windo w_ titl e_ font.
static java.awt.Font GENERAL_FONT_BOLD
          The GENERA l_ fon t_ bold.
static java.awt.Font PLAY_LIST_FONT
          The PLA y_ lis t_ font.
static java.awt.Font PROPERTIES_DIALOG_BIG_FONT
          The PROPERTIE s_ dialo g_ bi g_ font.
static java.awt.Font SMALL_FONT
          The SMAL l_ font.
 
Constructor Summary
Fonts()
           
 
Method Summary
static void initialize()
           Initializes fonts Must be called after language has been selected and before the GUI is created .
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ABOUT_BIG_FONT

public static java.awt.Font ABOUT_BIG_FONT
The ABOU t_ bi g_ font.


APP_VERSION_TITLE_FONT

public static java.awt.Font APP_VERSION_TITLE_FONT
The AP p_ versio n_ titl e_ font.


BUTTON_FONT

public static java.awt.Font BUTTON_FONT
The BUTTO n_ font.


GENERAL_FONT_BOLD

public static java.awt.Font GENERAL_FONT_BOLD
The GENERA l_ fon t_ bold.


SMALL_FONT

public static java.awt.Font SMALL_FONT
The SMAL l_ font.


PLAY_LIST_FONT

public static java.awt.Font PLAY_LIST_FONT
The PLA y_ lis t_ font.


AUDIO_SCROBBLER_BIG_FONT

public static java.awt.Font AUDIO_SCROBBLER_BIG_FONT
The AUDI o_ scrobble r_ bi g_ font.


PROPERTIES_DIALOG_BIG_FONT

public static java.awt.Font PROPERTIES_DIALOG_BIG_FONT
The PROPERTIE s_ dialo g_ bi g_ font.


DOCKABLE_WINDOW_TITLE_FONT

public static java.awt.Font DOCKABLE_WINDOW_TITLE_FONT
The DOCKABL e_ windo w_ titl e_ font.


CHART_TITLE_FONT

public static java.awt.Font CHART_TITLE_FONT
The CHAR t_ titl e_ font.


CHART_TICK_LABEL_FONT

public static java.awt.Font CHART_TICK_LABEL_FONT
The CHAR t_ tic k_ labe l_ font.

Constructor Detail

Fonts

public Fonts()
Method Detail

initialize

public static void initialize()

Initializes fonts

Must be called after language has been selected and before the GUI is created

.



Copyright © 2006-2008 The aTunes Team. All Rights Reserved.