Solved compilation error with invalid package.
This commit is contained in:
@@ -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
|
||||||
*==========================================================================*/
|
*==========================================================================*/
|
||||||
|
Reference in New Issue
Block a user