{"id":20239366,"url":"https://github.com/edvin/fxlauncher-custom-ui","last_synced_at":"2025-04-10T19:36:20.999Z","repository":{"id":90980516,"uuid":"67920714","full_name":"edvin/fxlauncher-custom-ui","owner":"edvin","description":"Demo project showing how to customize the FXLauncher update UI.","archived":false,"fork":false,"pushed_at":"2019-04-14T00:13:24.000Z","size":7,"stargazers_count":3,"open_issues_count":4,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-04T22:43:38.784Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/edvin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-09-11T09:09:32.000Z","updated_at":"2022-03-10T05:06:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"69672e79-cf55-4326-9637-edb69b2968ef","html_url":"https://github.com/edvin/fxlauncher-custom-ui","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edvin%2Ffxlauncher-custom-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edvin%2Ffxlauncher-custom-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edvin%2Ffxlauncher-custom-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edvin%2Ffxlauncher-custom-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edvin","download_url":"https://codeload.github.com/edvin/fxlauncher-custom-ui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248281414,"owners_count":21077423,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T08:38:37.575Z","updated_at":"2025-04-10T19:36:20.991Z","avatar_url":"https://github.com/edvin.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Custom FXLauncher Update UI\n\nThis example project shows you how you can customize the look and feel of the\nFXLauncher user interface.\n\nIt is recommended that you create a separate project for the custom UI to make it\neasier to embed it into the `fxlauncher.jar`. Basically you implement [UIProvider](https://github.com/edvin/fxlauncher/blob/master/src/main/java/fxlauncher/UIProvider.java)\nand add the `META-INF/services/fxlauncher.UIProvider` file, pointing to your implementation. See the\ndocumentation of `UIProvider` on the previous link.\n\nTo embed custom UI, include a step in your app project where you basically\nembed all the class files from the ui project into the `fxlauncher.jar`:\n\n```xml\n\u003cbuild\u003e\n    \u003cplugins\u003e\n        \u003cplugin\u003e\n            \u003cgroupId\u003eorg.codehaus.mojo\u003c/groupId\u003e\n            \u003cartifactId\u003eexec-maven-plugin\u003c/artifactId\u003e\n            \u003cversion\u003e1.4.0\u003c/version\u003e\n            \u003cexecutions\u003e\n                \u003c!-- Here you already have executions for \n                \"create-manifest\" and \"embed-manifest-in-launcher\" --\u003e \n                \u003cexecution\u003e\n                    \u003cid\u003eembed-custom-ui-in-launcher\u003c/id\u003e\n                    \u003cphase\u003epackage\u003c/phase\u003e\n                    \u003cgoals\u003e\n                        \u003cgoal\u003eexec\u003c/goal\u003e\n                    \u003c/goals\u003e\n                    \u003cconfiguration\u003e\n                        \u003cexecutable\u003ejar\u003c/executable\u003e\n                        \u003cworkingDirectory\u003e${app.dir}\u003c/workingDirectory\u003e\n                        \u003carguments\u003e\n                            \u003cargument\u003euf\u003c/argument\u003e\n                            \u003cargument\u003efxlauncher.jar\u003c/argument\u003e\n                            \u003cargument\u003e-C\u003c/argument\u003e\n                            \u003cargument\u003e${project.basedir}/../fxlauncher-custom-ui/target/classes\u003c/argument\u003e\n                            \u003cargument\u003e.\u003c/argument\u003e\n                        \u003c/arguments\u003e\n                    \u003c/configuration\u003e\n                \u003c/execution\u003e\n            \u003c/executions\u003e\n        \u003c/plugin\u003e\n    \u003c/plugins\u003e\n\u003c/build\u003e\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedvin%2Ffxlauncher-custom-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedvin%2Ffxlauncher-custom-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedvin%2Ffxlauncher-custom-ui/lists"}