Left file: Present ServerFrame.java Right file: Completed ServerFrame.java
| -+ | import java.util.*; | |
| -+ | public static java.util.List<ChatThread> chat_list= new java.util.ArrayList<>(); | |
| Thread t = new Thread(chat); | <> | |
| t.start(); | chat_list.add(chat); | |
| chat_list.get(thread_count).start(); | ||
| thread_count++; | ||
| -+ | public static void broadcast(String s){ | |
| } | ||