Skip to content

Commit

Permalink
Main.java: Remove unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjw committed Jun 18, 2010
1 parent e2c8ed6 commit c5fbe87
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/org/crossref/pdf2xml/Main.java
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
package org.crossref.pdf2xml;

import java.awt.Dimension;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;

import javax.swing.JFrame;
import javax.swing.JScrollPane;
import javax.swing.OverlayLayout;

import org.apache.pdfbox.pdmodel.PDDocument;
import org.apache.pdfbox.pdmodel.PDDocumentCatalog;
Expand Down

0 comments on commit c5fbe87

Please sign in to comment.