Solved compilation error with invalid package.

This commit is contained in:
Stephanie Tscherneck 2011-11-23 15:43:33 +00:00
parent 8b9c0c326d
commit 83cc0c79f3

View File

@ -12,16 +12,21 @@ package eva2.gui;
/*==========================================================================* /*==========================================================================*
* IMPORTS * IMPORTS
*==========================================================================*/ *==========================================================================*/
import java.util.*; import java.awt.BorderLayout;
import java.awt.*; import java.awt.GridBagConstraints;
import java.awt.event.*; import java.awt.GridBagLayout;
import java.beans.*; import java.awt.event.ItemEvent;
import java.lang.reflect.*; import java.awt.event.ItemListener;
import javax.swing.*; import java.beans.PropertyChangeSupport;
import eva2.tools.EVAHELP;
import sun.beans.editors.*;
import java.io.Serializable; import java.io.Serializable;
import javax.swing.BorderFactory;
import javax.swing.JCheckBox;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.JScrollPane;
import javax.swing.JTextArea;
import javax.swing.SwingConstants;
/*==========================================================================* /*==========================================================================*
* CLASS DECLARATION * CLASS DECLARATION
*==========================================================================*/ *==========================================================================*/