Add: complete javaDOC

This commit is contained in:
2026-06-10 11:43:58 +02:00
parent c099847cbd
commit e45a5bbb98
25 changed files with 429 additions and 616 deletions
@@ -5,8 +5,14 @@ import it.polimi.ingsw.gc14.View.GUI.GUI;
import javafx.application.Application;
import javafx.stage.Stage;
/** Entry point for launching the game client with the JavaFX GUI. */
public class ClientLauncherGUI {
/**
* Launches the GUI application.
*
* @param args command-line arguments passed to the JavaFX runtime.
*/
public static void main(String[] args) {
System.setProperty("glass.gtk.uiScale", "1.0");
System.setProperty("glass.win.uiScale", "1.0");