diff game/G.java @ 75:b586ce4f6d97

Large GUI code cleanup.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 03 Mar 2011 04:04:57 +0200
parents
children 43f68fe605de
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/game/G.java	Thu Mar 03 04:04:57 2011 +0200
@@ -0,0 +1,27 @@
+package game;
+
+import java.awt.*;
+import java.awt.geom.*;
+import java.awt.event.*;
+import java.awt.image.*;
+import java.awt.event.*;
+import java.awt.font.*;
+import javax.imageio.*;
+import javax.swing.*;
+import java.util.*;
+import java.io.*;
+import game.*;
+import javax.sound.sampled.*;
+
+public class G
+{
+    public static final int numFonts = 3;
+    public static Font fonts[];
+    public static FontMetrics metrics[];
+
+    public static SoundManager smgr;
+
+    public static Dimension screenDim;
+
+    public static BufferedImage lautaBG = null, lautaBGScaled = null;
+}