We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc770d commit 6a721abCopy full SHA for 6a721ab
app/test/processing/app/HittingEscapeOnCloseConfirmationDialogTest.java
@@ -3,14 +3,11 @@
3
import org.fest.swing.core.KeyPressInfo;
4
import org.fest.swing.finder.WindowFinder;
5
import org.fest.swing.fixture.DialogFixture;
6
-import org.fest.swing.fixture.JScrollPaneFixture;
7
import org.junit.Test;
8
import processing.app.helpers.JEditTextAreaFixture;
9
10
import javax.swing.*;
11
import java.awt.event.KeyEvent;
12
-import java.io.ByteArrayOutputStream;
13
-import java.io.PrintStream;
14
15
import static org.junit.Assert.assertEquals;
16
0 commit comments