File tree 1 file changed +4
-4
lines changed
model-view-presenter/src/main/java/com/iluwatar/model/view/presenter
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
24
24
package com .iluwatar .model .view .presenter ;
25
25
26
+ import static javax .swing .ScrollPaneConstants .HORIZONTAL_SCROLLBAR_AS_NEEDED ;
27
+ import static javax .swing .ScrollPaneConstants .VERTICAL_SCROLLBAR_AS_NEEDED ;
28
+
26
29
import java .awt .Color ;
27
30
import java .awt .event .ActionEvent ;
28
31
import java .awt .event .ActionListener ;
32
+
29
33
import javax .swing .JButton ;
30
34
import javax .swing .JFrame ;
31
35
import javax .swing .JLabel ;
35
39
import javax .swing .JTextArea ;
36
40
import javax .swing .JTextField ;
37
41
38
- import static javax .swing .ScrollPaneConstants .HORIZONTAL_SCROLLBAR_AS_NEEDED ;
39
- import static javax .swing .ScrollPaneConstants .VERTICAL_SCROLLBAR_AS_NEEDED ;
40
- import static javax .swing .WindowConstants .EXIT_ON_CLOSE ;
41
-
42
42
/**
43
43
* This class is the GUI implementation of the View component in the Model-View-Presenter pattern.
44
44
*/
You can’t perform that action at this time.
0 commit comments