File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
2
- import java .io .File ;
3
2
import java .util .ArrayList ;
3
+
4
+ import appscreen .AppScreen ;
4
5
import testerEntities .*;
5
6
6
7
public class TestAppScreen {
@@ -34,14 +35,14 @@ public static void main(String[] args) {
34
35
myChats .add (privateChat2 );
35
36
myChats .add (privateChat1 );
36
37
AppScreen appScreen = new AppScreen ("Amy" , myChats );
37
- // AppScreenLoader appScreenLoader = new AppScreenLoader("amy", myChats);
38
+ // appscreen. AppScreenLoader appScreenLoader = new appscreen. AppScreenLoader("amy", myChats);
38
39
// appScreenLoader.openScreen();
39
40
// appScreenLoader.appScreen.updateScreen(privateChat2);
40
41
appScreen .updateScreen (groupChat2 );
41
42
//appScreen.update(groupChat1);
42
43
//myChats.add(privateChat1);
43
44
//appScreen.displayAppScreen();
44
- //AppScreenLoader appScreenLoader = new AppScreenLoader("Amy", myChats);
45
+ //appscreen. AppScreenLoader appScreenLoader = new appscreen. AppScreenLoader("Amy", myChats);
45
46
46
47
47
48
}
You can’t perform that action at this time.
0 commit comments