antkaynak / AntChat

A desktop chat application powered by JavaFX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AntChat

Introduction

A powerfull desktop chat application powered by JavaFX.

AntChat Messenger is a cross-platform instant messaging application that allows users to interact with eachother.
It is powered by Java 8 and JavaFX. The server-side runs on Java as well!

alt text

This is the login window. You are going to pick an username and type in host adress as well as the port number of that host. You can pick a theme even though you can change it later in the client.

alt text

alt text

You can configure your settings by clicking settings in the menu or learn more about this program by clicking about.

alt text

And Some Themes!

alt text alt text alt text

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

About This Project

  • You can chat with people in the server room.
  • You can post links as well as click on them.
  • You get notified when a message is recieved while the application is tabbed or unfocused.
  • You can turn off the notifier.
  • You can select themes. ( Custom themes will be available soon! )
  • This application fully sports scaling and is responsive!
  • You can see who is online in the room.
  • Full support for cross-platforms!

Prerequisites

What things you need to install

Compatible IDE, Intellij IDEA recommended for this project.
JavaFX Scene Builder 2.0 is recommended even though it has some bugs.

Installing

Server

Open the server jar in a console and type 
-jar jarname port
For example
-jar AntChatv1_server 8888

Built With

Known Bugs

  • When sending a link it creates a new bubble seperated from the message itself. It is not a bug, it is a feature :)
  • Max user limit is capped to 50. You can change this by creating an ArrayList instead of native array.

Contributing

If you want to contribute to this project you can e-mail me - antkaynak1@gmail.com or you can pull request.

Versioning

This project does not have versioning and made with learning purposes.

Authors

  • Ant Kaynak - Initial work - Github

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Questions

If you have any questions mail me - antkaynak1@gmail.com

About

A desktop chat application powered by JavaFX

License:MIT License


Languages

Language:Java 96.0%Language:CSS 4.0%