Skip to content

Commit

Permalink
It was still using jdk FileNameExtensionFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Fissore committed Oct 14, 2013
1 parent 6732677 commit 21ef50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/processing/app/Base.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
import java.util.*;

import javax.swing.*;
import javax.swing.filechooser.FileNameExtensionFilter;

import processing.app.debug.Compiler;
import processing.app.debug.Target;
import processing.app.helpers.FileUtils;
import processing.app.helpers.filefilters.OnlyDirs;
import processing.app.javax.swing.filechooser.FileNameExtensionFilter;
import processing.app.tools.ZipDeflater;
import processing.core.*;
import static processing.app.I18n._;
Expand Down

0 comments on commit 21ef50b

Please sign in to comment.