Skip to content

Commit

Permalink
Tidy up some impoorts.
Browse files Browse the repository at this point in the history
  • Loading branch information
greboid committed Jul 31, 2016
1 parent 15dc5f8 commit faebdab
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -54,16 +54,21 @@
import java.awt.event.WindowListener;
import java.util.Optional;

import javax.inject.Provider;

import javax.swing.BorderFactory;
import javax.swing.ImageIcon;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.JSplitPane;
import javax.swing.SwingUtilities;
import javax.swing.WindowConstants;

import net.miginfocom.layout.PlatformDefaults;
import net.miginfocom.swing.MigLayout;

import net.engio.mbassy.listener.Handler;

import static com.dmdirc.addons.ui_swing.SwingPreconditions.checkOnEDT;
import static java.util.function.Predicate.isEqual;

Expand Down

0 comments on commit faebdab

Please sign in to comment.