Commit 93f4628c authored by mohammad.salama's avatar mohammad.salama

Enhancing GUI

parent 74ed38ef
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="71bec43c-ef6e-431f-a77c-2b7f124f5fea" name="Changes" comment="printing Done"> <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/.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> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
...@@ -44,7 +43,7 @@ ...@@ -44,7 +43,7 @@
&quot;last_opened_file_path&quot;: &quot;D:/HIAST/FIY/FS/Distributed Systems/Lab/3/HW/ChatClient&quot; &quot;last_opened_file_path&quot;: &quot;D:/HIAST/FIY/FS/Distributed Systems/Lab/3/HW/ChatClient&quot;
} }
}</component> }</component>
<component name="RunManager" selected="Application.Client3"> <component name="RunManager" selected="Application.Client2">
<configuration name="Client1" type="Application" factoryName="Application"> <configuration name="Client1" type="Application" factoryName="Application">
<option name="MAIN_CLASS_NAME" value="ChatClient" /> <option name="MAIN_CLASS_NAME" value="ChatClient" />
<module name="ChatClient" /> <module name="ChatClient" />
......
...@@ -5,7 +5,9 @@ ...@@ -5,7 +5,9 @@
<constraints> <constraints>
<xy x="20" y="20" width="500" height="400"/> <xy x="20" y="20" width="500" height="400"/>
</constraints> </constraints>
<properties/> <properties>
<background color="-12155267"/>
</properties>
<border type="none"/> <border type="none"/>
<children> <children>
<component id="e9719" class="javax.swing.JTextField" binding="FirstName"> <component id="e9719" class="javax.swing.JTextField" binding="FirstName">
...@@ -53,6 +55,7 @@ ...@@ -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"/> <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> </constraints>
<properties> <properties>
<background color="-5067773"/>
<text value="Confirm"/> <text value="Confirm"/>
</properties> </properties>
</component> </component>
......
...@@ -6,14 +6,7 @@ ...@@ -6,14 +6,7 @@
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="23a09f69-45e8-4607-a94c-253a284a386d" name="Changes" comment="ChatServiceFirst5"> <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/.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/Registeration.form" beforeDir="false" afterPath="$PROJECT_DIR$/../ChatClient/src/main/java/Registeration.form" 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" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment