Skip to content

ChatCodeX is a basic desktop chat simulation built with Java Swing. It allows users to enter contact details and launch a mock two-way chat interface using shared memory. The application demonstrates GUI design, event handling, and concurrent message synchronization between two chat windows.

Notifications You must be signed in to change notification settings

mrmushtaq/ChatCodeX-Java-Application

Repository files navigation

instructions in one paragraph

To execute your Java files in the "DSA Project" folder, open your IDE and import the "DSA Project" folder. Locate and open MainExeFile.java, which contains the main method. Ensure that MainExeFile.java properly calls methods from HelperFile.java. Build the project to resolve dependencies, then run MainExeFile.java to start the application and view the output in the console.

Youtube Video Link:

https://youtu.be/vBRx8igAyI4

About

ChatCodeX is a basic desktop chat simulation built with Java Swing. It allows users to enter contact details and launch a mock two-way chat interface using shared memory. The application demonstrates GUI design, event handling, and concurrent message synchronization between two chat windows.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages