Skip to content
Snippets Groups Projects
Commit 494bb0d8 authored by Pedroza Aguirre Isaac's avatar Pedroza Aguirre Isaac
Browse files

Some merge bugs fixed

parent 6f42314c
No related branches found
No related tags found
No related merge requests found
Showing
with 7 additions and 0 deletions
No preview for this file type
File added
grant {
permission java.net.SocketPermission "10.13.64.162", "accept,connect";
};
No preview for this file type
No preview for this file type
No preview for this file type
File added
No preview for this file type
No preview for this file type
No preview for this file type
File added
No preview for this file type
grant codeBase "file:/Users/haiho/OneDrive - The University of Melbourne/Distributed Systems (COMP90015)/Assignment 2/InfinityMonkeys-remaster/comp90015-dsass2-infinitymonkeys-remaster/out/production/comp90015-dsass2-infinitymonkeys-remaster/" {
permission java.security.AllPermission;
};
\ No newline at end of file
......@@ -11,6 +11,7 @@ import java.rmi.RemoteException;
public class ChatScreen {
public JPanel panel2;
public JPanel othersPanel;
private JButton sendButton;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment