Organized imports in Eclipse.
This commit is contained in:
parent
f8bd7e83cb
commit
ff130e6fb1
23 changed files with 220 additions and 114 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue