musicplayer: albumlist wip

This commit is contained in:
minjaesong
2024-01-06 03:13:59 +09:00
parent 23df3ac02b
commit 96776ef1bb
2 changed files with 12 additions and 2 deletions

View File

@@ -8,7 +8,10 @@ import java.io.IOException;
import java.util.*;
/**
* Bootstrapper that launches the bundled JVM and injects VM configs such as -Xmx
* The headless launcher for the game.
*
* The launcher retrieves the information about the host operating system, and reads the `config.json`
* to set up the flags for the JVM then launches the main game.
*
* Created by minjaesong on 2023-06-22.
*/