Commit 72544252 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Removed warning.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3914 b35dd754-fafc-0310-a699-88a17e54d16e
parent 149a9726
......@@ -21,9 +21,11 @@ import javax.swing.text.BadLocationException;
import javax.swing.text.SimpleAttributeSet;
import javax.swing.text.StyleConstants;
import javax.xml.parsers.DocumentBuilderFactory;
import java.awt.*;
import java.awt.event.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
import java.io.*;
import java.net.URL;
......@@ -99,7 +101,7 @@ public class Launcher {
frame.setTitle(appName);
ImageIcon splash = null;
ImageIcon splash;
JPanel mainPanel = new JPanel();
JLabel splashLabel = null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment