Skip to content
Snippets Groups Projects
Commit 2690e99d authored by Danny Allen's avatar Danny Allen
Browse files

Update MainWindow.java

parent 128babf6
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,6 @@ public class MainWindow { ...@@ -74,7 +74,6 @@ public class MainWindow {
}); });
this.usernames = new ArrayList<String>(); this.usernames = new ArrayList<String>();
this.usernames.add("cleverbot");
this.usernames.add("eliza"); this.usernames.add("eliza");
this.model = new UsersModel(this.usernames); this.model = new UsersModel(this.usernames);
list.setModel(this.model); list.setModel(this.model);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment