Develop #1

Merged
Sadra3st merged 29 commits from develop into main 2026-06-26 14:29:38 +00:00
Showing only changes of commit abb0819cc0 - Show all commits
@@ -0,0 +1,9 @@
package com.university.chat.Client.UI;
import javafx.application.Application;
public class Launcher{
public static void main(String[] args) {
Application.launch(ChatApp.class);
}
}