ready to use for loading files, URL is work in progress
parent
03dea0b503
commit
8b7f37c791
5
pom.xml
5
pom.xml
|
@ -34,6 +34,11 @@
|
|||
<artifactId>log4j-core</artifactId>
|
||||
<version>2.18.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.lucene</groupId>
|
||||
<artifactId>lucene-analysis-common</artifactId>
|
||||
<version>9.9.2</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -4,9 +4,6 @@ import javax.swing.*;
|
|||
import javax.swing.filechooser.FileNameExtensionFilter;
|
||||
import java.awt.*;
|
||||
import java.io.File;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
|
||||
public class FileLoader {
|
||||
private File inputFile;
|
||||
|
|
Loading…
Reference in New Issue