java.lang.Object
com.jackmeng.halcyoninae.halcyon.runtime.constant.Global

public final class Global extends Object
This class holds any public scoped Objects that may be used throughout the program.

This class eliminates different classes having to hot potato pass difference object instances to each other. Important Note: The ordering of how each variable is declared depends on their importance. For example an IconHandler needs direct priority before the initialization of a GUI Component that calls for Icons during initiatialization

Since:
3.0
Author:
Jack Meng