Add: complete javaDOC
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user