File tree 3 files changed +9
-14
lines changed
3 files changed +9
-14
lines changed Original file line number Diff line number Diff line change 80
80
import javax .swing .event .MenuEvent ;
81
81
import javax .swing .event .MenuListener ;
82
82
import javax .swing .text .BadLocationException ;
83
- import javax .swing .text .Document ;
84
- import javax .swing .text .Element ;
85
83
86
84
import org .fife .ui .rsyntaxtextarea .folding .FoldManager ;
87
85
97
95
import cc .arduino .view .findreplace .FindReplace ;
98
96
import jssc .SerialPortException ;
99
97
import processing .app .debug .RunnerException ;
100
- import processing .app .debug .TargetBoard ;
101
98
import processing .app .forms .PasswordAuthorizationDialog ;
102
99
import processing .app .helpers .DocumentTextChangeListener ;
103
100
import processing .app .helpers .Keys ;
Original file line number Diff line number Diff line change 29
29
30
30
package processing .app ;
31
31
32
- import cc .arduino .files .DeleteFilesOnShutdown ;
32
+ import javax .swing .JPopupMenu ;
33
+
33
34
import org .fest .swing .edt .FailOnThreadViolationRepaintManager ;
34
35
import org .fest .swing .edt .GuiActionRunner ;
35
36
import org .fest .swing .edt .GuiQuery ;
36
37
import org .junit .After ;
37
38
import org .junit .Before ;
38
- import processing .app .helpers .ArduinoFrameFixture ;
39
- import processing .app .helpers .FileUtils ;
40
39
41
- import javax .swing .*;
42
- import java .util .Random ;
40
+ import processing .app .helpers .ArduinoFrameFixture ;
43
41
44
42
public abstract class AbstractGUITest extends AbstractWithPreferencesTest {
45
43
Original file line number Diff line number Diff line change 29
29
30
30
package processing .app ;
31
31
32
+ import static org .junit .Assert .assertEquals ;
33
+ import static processing .app .I18n .tr ;
34
+
35
+ import java .awt .event .KeyEvent ;
36
+
32
37
import org .fest .swing .core .KeyPressInfo ;
33
38
import org .fest .swing .core .matcher .DialogMatcher ;
34
39
import org .fest .swing .finder .WindowFinder ;
35
40
import org .fest .swing .fixture .DialogFixture ;
36
41
import org .junit .Test ;
37
- import processing .app .helpers .SketchTextAreaFixture ;
38
42
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 ;
44
44
45
45
public class HittingEscapeOnCloseConfirmationDialogTest extends AbstractGUITest {
46
46
You can’t perform that action at this time.
0 commit comments