Organized imports in Eclipse.

This commit is contained in:
dchandler 2005-02-28 01:37:54 +00:00
parent f8bd7e83cb
commit ff130e6fb1
23 changed files with 220 additions and 114 deletions

View file

@ -24,13 +24,14 @@ import java.awt.Dimension;
import java.awt.Font;
import java.awt.GridLayout;
import java.awt.Toolkit;
import javax.swing.BorderFactory;
import javax.swing.ImageIcon;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.border.Border;
import javax.swing.border.BevelBorder;
import javax.swing.border.Border;
/**
* This class displays the initial splash screen upon opening the program.