File tree Expand file tree Collapse file tree 3 files changed +9
-14
lines changed Expand file tree Collapse file tree 3 files changed +9
-14
lines changed Original file line number Diff line number Diff line change 8080import javax .swing .event .MenuEvent ;
8181import javax .swing .event .MenuListener ;
8282import javax .swing .text .BadLocationException ;
83- import javax .swing .text .Document ;
84- import javax .swing .text .Element ;
8583
8684import org .fife .ui .rsyntaxtextarea .folding .FoldManager ;
8785
9795import cc .arduino .view .findreplace .FindReplace ;
9896import jssc .SerialPortException ;
9997import processing .app .debug .RunnerException ;
100- import processing .app .debug .TargetBoard ;
10198import processing .app .forms .PasswordAuthorizationDialog ;
10299import processing .app .helpers .DocumentTextChangeListener ;
103100import processing .app .helpers .Keys ;
Original file line number Diff line number Diff line change 2929
3030package processing .app ;
3131
32- import cc .arduino .files .DeleteFilesOnShutdown ;
32+ import javax .swing .JPopupMenu ;
33+
3334import org .fest .swing .edt .FailOnThreadViolationRepaintManager ;
3435import org .fest .swing .edt .GuiActionRunner ;
3536import org .fest .swing .edt .GuiQuery ;
3637import org .junit .After ;
3738import org .junit .Before ;
38- import processing .app .helpers .ArduinoFrameFixture ;
39- import processing .app .helpers .FileUtils ;
4039
41- import javax .swing .*;
42- import java .util .Random ;
40+ import processing .app .helpers .ArduinoFrameFixture ;
4341
4442public abstract class AbstractGUITest extends AbstractWithPreferencesTest {
4543
Original file line number Diff line number Diff line change 2929
3030package processing .app ;
3131
32+ import static org .junit .Assert .assertEquals ;
33+ import static processing .app .I18n .tr ;
34+
35+ import java .awt .event .KeyEvent ;
36+
3237import org .fest .swing .core .KeyPressInfo ;
3338import org .fest .swing .core .matcher .DialogMatcher ;
3439import org .fest .swing .finder .WindowFinder ;
3540import org .fest .swing .fixture .DialogFixture ;
3641import org .junit .Test ;
37- import processing .app .helpers .SketchTextAreaFixture ;
3842
39- import javax .swing .*;
40- import java .awt .event .KeyEvent ;
41-
42- import static org .junit .Assert .assertEquals ;
43- import static processing .app .I18n .tr ;
43+ import processing .app .helpers .SketchTextAreaFixture ;
4444
4545public class HittingEscapeOnCloseConfirmationDialogTest extends AbstractGUITest {
4646
You can’t perform that action at this time.
0 commit comments