Skip to content

Commit 2aec76d

Browse files
committed
Fixed stuff.
1 parent eefc34b commit 2aec76d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/org/chrisle/netbeans/plugins/nbscratchfile/CreateScratchFile.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
package org.chrisle.netbeans.plugins.nbscratchfile;
22

3-
import org.chrisle.netbeans.plugins.nbscratchfile.model.NbScratchFileViewModel;
43
import java.awt.Component;
5-
import java.awt.Dimension;
64
import java.awt.KeyboardFocusManager;
75
import java.awt.event.ActionEvent;
86
import java.awt.event.ActionListener;
@@ -21,6 +19,7 @@
2119
import javax.swing.KeyStroke;
2220
import javax.swing.SwingUtilities;
2321
import netscape.javascript.JSObject;
22+
import org.chrisle.netbeans.plugins.nbscratchfile.model.NbScratchFileViewModel;
2423
import org.openide.awt.ActionID;
2524
import org.openide.awt.ActionReference;
2625
import org.openide.awt.ActionReferences;

0 commit comments

Comments
 (0)