Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
C
ChatService
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mohammad.salama
ChatService
Commits
93f4628c
Commit
93f4628c
authored
Nov 16, 2023
by
mohammad.salama
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enhancing GUI
parent
74ed38ef
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
11 deletions
+6
-11
workspace.xml
ChatClient/.idea/workspace.xml
+1
-2
Registeration.form
ChatClient/src/main/java/Registeration.form
+4
-1
workspace.xml
ChatServer/.idea/workspace.xml
+1
-8
No files found.
ChatClient/.idea/workspace.xml
View file @
93f4628c
...
...
@@ -6,7 +6,6 @@
<component
name=
"ChangeListManager"
>
<list
default=
"true"
id=
"71bec43c-ef6e-431f-a77c-2b7f124f5fea"
name=
"Changes"
comment=
"printing Done"
>
<change
beforePath=
"$PROJECT_DIR$/../ChatServer/.idea/workspace.xml"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/../ChatServer/.idea/workspace.xml"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/../ChatServer/src/main/java/ServerChatImp.java"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/../ChatServer/src/main/java/ServerChatImp.java"
afterDir=
"false"
/>
</list>
<option
name=
"SHOW_DIALOG"
value=
"false"
/>
<option
name=
"HIGHLIGHT_CONFLICTS"
value=
"true"
/>
...
...
@@ -44,7 +43,7 @@
"
last_opened_file_path
"
:
"
D:/HIAST/FIY/FS/Distributed Systems/Lab/3/HW/ChatClient
"
}
}
</component>
<component
name=
"RunManager"
selected=
"Application.Client
3
"
>
<component
name=
"RunManager"
selected=
"Application.Client
2
"
>
<configuration
name=
"Client1"
type=
"Application"
factoryName=
"Application"
>
<option
name=
"MAIN_CLASS_NAME"
value=
"ChatClient"
/>
<module
name=
"ChatClient"
/>
...
...
ChatClient/src/main/java/Registeration.form
View file @
93f4628c
...
...
@@ -5,7 +5,9 @@
<constraints>
<xy
x=
"20"
y=
"20"
width=
"500"
height=
"400"
/>
</constraints>
<properties/>
<properties>
<background
color=
"-12155267"
/>
</properties>
<border
type=
"none"
/>
<children>
<component
id=
"e9719"
class=
"javax.swing.JTextField"
binding=
"FirstName"
>
...
...
@@ -53,6 +55,7 @@
<grid
row=
"4"
column=
"0"
row-span=
"1"
col-span=
"1"
vsize-policy=
"0"
hsize-policy=
"3"
anchor=
"0"
fill=
"1"
indent=
"0"
use-parent-layout=
"false"
/>
</constraints>
<properties>
<background
color=
"-5067773"
/>
<text
value=
"Confirm"
/>
</properties>
</component>
...
...
ChatServer/.idea/workspace.xml
View file @
93f4628c
...
...
@@ -6,14 +6,7 @@
<component
name=
"ChangeListManager"
>
<list
default=
"true"
id=
"23a09f69-45e8-4607-a94c-253a284a386d"
name=
"Changes"
comment=
"ChatServiceFirst5"
>
<change
beforePath=
"$PROJECT_DIR$/../ChatClient/.idea/workspace.xml"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/../ChatClient/.idea/workspace.xml"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/../ChatClient/src/main/java/ClientChatImp.java"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/../ChatClient/src/main/java/ClientChatImp.java"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/../ChatClient/src/main/java/CreatingChatRoom.form"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/../ChatClient/src/main/java/CreatingChatRoom.form"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/../ChatClient/src/main/java/CreatingChatRoom.java"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/../ChatClient/src/main/java/CreatingChatRoom.java"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/../ChatClient/src/main/java/DeletingChatRoom.form"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/../ChatClient/src/main/java/DeletingChatRoom.form"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/../ChatClient/src/main/java/DeletingChatRoom.java"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/../ChatClient/src/main/java/DeletingChatRoom.java"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/../ChatClient/src/main/java/JoiningChatRoom.form"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/../ChatClient/src/main/java/JoiningChatRoom.form"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/../ChatClient/src/main/java/JoiningChatRoom.java"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/../ChatClient/src/main/java/JoiningChatRoom.java"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/../ChatClient/src/main/java/LogIN.java"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/../ChatClient/src/main/java/LogIN.java"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/../ChatClient/src/main/java/Registeration.form"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/../ChatClient/src/main/java/Registeration.form"
afterDir=
"false"
/>
</list>
<option
name=
"SHOW_DIALOG"
value=
"false"
/>
<option
name=
"HIGHLIGHT_CONFLICTS"
value=
"true"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment