Removed unnecessary imports, which also made the package unbuildable

This commit is contained in:
Bokros Bálint 2016-05-14 12:54:37 +02:00
parent 872ea1170d
commit bb1ef28f71

View File

@ -1,8 +1,5 @@
package cicaprojekt;
import com.sun.tools.javah.Util;
import sun.management.Agent;
import javax.swing.*;
import java.io.*;
import java.util.HashMap;