Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
COMP90015-DSAss2-InfinityMonkeys-remaster
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RUNZHE WANG
COMP90015-DSAss2-InfinityMonkeys-remaster
Commits
b2ba025e
Commit
b2ba025e
authored
Oct 21, 2019
by
mpriymak
Browse files
Options
Downloads
Patches
Plain Diff
conflicts solved
parent
b61d5a73
No related branches found
No related tags found
No related merge requests found
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
.idea/modules.xml
+0
-4
0 additions, 4 deletions
.idea/modules.xml
.idea/workspace.xml
+52
-213
52 additions, 213 deletions
.idea/workspace.xml
src/GUI/ChatScreen.java
+0
-3
0 additions, 3 deletions
src/GUI/ChatScreen.java
src/server/User.java
+0
-14
0 additions, 14 deletions
src/server/User.java
with
52 additions
and
234 deletions
.idea/modules.xml
+
0
−
4
View file @
b2ba025e
...
@@ -2,11 +2,7 @@
...
@@ -2,11 +2,7 @@
<project
version=
"4"
>
<project
version=
"4"
>
<component
name=
"ProjectModuleManager"
>
<component
name=
"ProjectModuleManager"
>
<modules>
<modules>
<<<<<<
< HEAD
<module
fileurl=
"file://$PROJECT_DIR$/infinitymonkeys.iml"
filepath=
"$PROJECT_DIR$/infinitymonkeys.iml"
/>
<module
fileurl=
"file://$PROJECT_DIR$/infinitymonkeys.iml"
filepath=
"$PROJECT_DIR$/infinitymonkeys.iml"
/>
=======
<module
fileurl=
"file://$PROJECT_DIR$/comp90015-dsass2-infinitymonkeys-remaster.iml"
filepath=
"$PROJECT_DIR$/comp90015-dsass2-infinitymonkeys-remaster.iml"
/>
>>>>>>> 37a6af2e6d36ab514d01a93dbd5be6538a2572c7
</modules>
</modules>
</component>
</component>
</project>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
.idea/workspace.xml
+
52
−
213
View file @
b2ba025e
This diff is collapsed.
Click to expand it.
src/GUI/ChatScreen.java
+
0
−
3
View file @
b2ba025e
...
@@ -54,8 +54,6 @@ public class ChatScreen {
...
@@ -54,8 +54,6 @@ public class ChatScreen {
frame
.
setVisible
(
true
);
frame
.
setVisible
(
true
);
SwingUtilities
.
getRootPane
(
sendButton
).
setDefaultButton
(
sendButton
);
SwingUtilities
.
getRootPane
(
sendButton
).
setDefaultButton
(
sendButton
);
<<<<<<<
HEAD
=======
frame
.
addWindowListener
(
new
WindowAdapter
()
frame
.
addWindowListener
(
new
WindowAdapter
()
{
{
...
@@ -82,7 +80,6 @@ public class ChatScreen {
...
@@ -82,7 +80,6 @@ public class ChatScreen {
}
}
});
});
>>>>>>>
mpriymak
}
}
private
void
createUIComponents
()
{
private
void
createUIComponents
()
{
...
...
This diff is collapsed.
Click to expand it.
src/server/User.java
+
0
−
14
View file @
b2ba025e
...
@@ -7,21 +7,12 @@ import remote.IDrawingUpdate;
...
@@ -7,21 +7,12 @@ import remote.IDrawingUpdate;
public
class
User
public
class
User
{
{
private
String
username
;
private
String
username
;
<<<<<<<
HEAD
private
remote
.
IChatUpdate
IChatUpdate
;
private
remote
.
IChatUpdate
IChatUpdate
;
private
remote
.
IDrawingUpdate
IDrawingUpdate
;
private
remote
.
IDrawingUpdate
IDrawingUpdate
;
private
remote
.
IClientUpdate
IClientUpdate
;
private
remote
.
IClientUpdate
IClientUpdate
;
private
boolean
isAdmin
;
private
boolean
isAdmin
;
public
User
(
String
username
,
remote
.
IChatUpdate
IChatUpdate
,
remote
.
IClientUpdate
IClientUpdate
,
remote
.
IDrawingUpdate
IDrawingUpdate
)
public
User
(
String
username
,
remote
.
IChatUpdate
IChatUpdate
,
remote
.
IClientUpdate
IClientUpdate
,
remote
.
IDrawingUpdate
IDrawingUpdate
)
=======
private
IChatUpdate
IChatUpdate
;
private
IDrawingUpdate
IDrawingUpdate
;
private
IClientUpdate
IClientUpdate
;
private
boolean
isAdmin
;
public
User
(
String
username
,
IChatUpdate
IChatUpdate
,
IClientUpdate
IClientUpdate
,
IDrawingUpdate
IDrawingUpdate
)
>>>>>>>
mpriymak
{
{
this
.
username
=
username
;
this
.
username
=
username
;
this
.
IChatUpdate
=
IChatUpdate
;
this
.
IChatUpdate
=
IChatUpdate
;
...
@@ -50,16 +41,11 @@ public class User
...
@@ -50,16 +41,11 @@ public class User
return
this
.
IChatUpdate
;
return
this
.
IChatUpdate
;
}
}
<<<<<<<
HEAD
public
remote
.
IClientUpdate
getIClientUpdate
()
public
remote
.
IClientUpdate
getIClientUpdate
()
{
{
return
this
.
IClientUpdate
;
return
this
.
IClientUpdate
;
}
}
public
remote
.
IDrawingUpdate
getIDrawingUpdate
()
{
return
this
.
IDrawingUpdate
;
}
public
remote
.
IDrawingUpdate
getIDrawingUpdate
()
{
return
this
.
IDrawingUpdate
;
}
=======
public
IDrawingUpdate
getIDrawingUpdate
()
{
return
this
.
IDrawingUpdate
;
}
public
IClientUpdate
getIClientUpdate
()
{
return
this
.
IClientUpdate
;
}
>>>>>>>
mpriymak
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment