Skip to content

Commit

Permalink
Fixed stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris2011 committed Sep 15, 2017
1 parent eefc34b commit 2aec76d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package org.chrisle.netbeans.plugins.nbscratchfile;

import org.chrisle.netbeans.plugins.nbscratchfile.model.NbScratchFileViewModel;
import java.awt.Component;
import java.awt.Dimension;
import java.awt.KeyboardFocusManager;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
Expand All @@ -21,6 +19,7 @@
import javax.swing.KeyStroke;
import javax.swing.SwingUtilities;
import netscape.javascript.JSObject;
import org.chrisle.netbeans.plugins.nbscratchfile.model.NbScratchFileViewModel;
import org.openide.awt.ActionID;
import org.openide.awt.ActionReference;
import org.openide.awt.ActionReferences;
Expand Down

0 comments on commit 2aec76d

Please sign in to comment.