diff --git a/another-page.md b/another-page.md index 97f6b92..16ab706 100644 --- a/another-page.md +++ b/another-page.md @@ -33,56 +33,12 @@
package be.kuleuven.mgG.internal.tasks; -import static org.cytoscape.work.ServiceProperties.COMMAND; -import static org.cytoscape.work.ServiceProperties.COMMAND_DESCRIPTION; -import static org.cytoscape.work.ServiceProperties.COMMAND_NAMESPACE; -import static org.cytoscape.work.ServiceProperties.IN_MENU_BAR; -import static org.cytoscape.work.ServiceProperties.IN_TOOL_BAR; -import static org.cytoscape.work.ServiceProperties.MENU_GRAVITY; -import static org.cytoscape.work.ServiceProperties.PREFERRED_MENU; -import static org.cytoscape.work.ServiceProperties.TITLE; - -import java.awt.BorderLayout; -import java.io.FileWriter; -import java.io.IOException; -import java.util.List; -import java.util.Properties; - -import javax.swing.JFrame; -import javax.swing.JPanel; -import javax.swing.SwingUtilities; - -import org.apache.http.impl.client.CloseableHttpClient; -import org.apache.http.impl.client.HttpClients; -import org.cytoscape.application.CyApplicationManager; -import org.cytoscape.application.swing.CySwingApplication; -import org.cytoscape.application.swing.CytoPanel; -import org.cytoscape.application.swing.CytoPanelComponent; -import org.cytoscape.application.swing.CytoPanelName; -import org.cytoscape.work.AbstractTask; -import org.cytoscape.work.TaskFactory; -import org.cytoscape.work.TaskMonitor; -import org.cytoscape.work.Tunable; -import org.cytoscape.work.util.ListSingleSelection; -import org.json.simple.JSONArray; -import org.json.simple.JSONObject; - - -import be.kuleuven.mgG.internal.model.MGGManager; -import be.kuleuven.mgG.internal.utils.CSVReader; -import be.kuleuven.mgG.internal.utils.HTTPUtils; -import be.kuleuven.mgG.internal.view.JSONDisplayPanel; -import be.kuleuven.mgG.internal.view.JsonResultPanel; - - - - /** * This class represents a task for importing a CSV file and processing it into a JSON array. * @@ -296,6 +252,7 @@ public class ImportFileTask extends AbstractTask { */ } +} }
+package be.kuleuven.mgG.internal.tasks; @@ -366,23 +322,13 @@ public class ImportFileTaskFactory implements TaskFactory { } } } - -+