chiragha / Java-Mini-Projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Temperature Converter

A very basic application created using Java Swing.

Thank You!

Please ⭐️ this repo and share it with others.

tempconvo

Calculator

calci

Currency Converter

conv

convo2

Chat Application

A Chatting App made in Java using concept of Socket Programming that allows communication between a Server and Client. The app has an easy to use User Interface which has been created using Java Swing.

ser1 cl1

ser2 cl2

How to run?

Open two seperate terminal/command-prompt windows and then from project directory:

1- java Server (On one window)

2- java Client (On other window)

Now you can type messages in either the Client or Server window and press the "Send" button to send the message.

Note- Server should be started before running the Client.