{"id":28580933,"url":"https://github.com/techsenger/stagepro","last_synced_at":"2025-06-11T04:14:28.899Z","repository":{"id":296624502,"uuid":"909910594","full_name":"techsenger/stagepro","owner":"techsenger","description":"Techsenger StagePro is a library for creating custom JavaFX stages with fine-grained control over appearance and layout.","archived":false,"fork":false,"pushed_at":"2025-04-18T12:42:28.000Z","size":129,"stargazers_count":19,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-10T22:44:32.617Z","etag":null,"topics":["javafx","javafx-application","javafx-components","javafx-desktop-apps","javafx-gui","javafx-library","javafx-project"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/techsenger.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","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,"zenodo":null},"funding":{"github":"techsenger"}},"created_at":"2024-12-30T03:23:07.000Z","updated_at":"2025-06-01T20:38:14.000Z","dependencies_parsed_at":"2025-06-01T10:49:28.478Z","dependency_job_id":"58b0a478-4bd0-4bce-b331-ca647b21862e","html_url":"https://github.com/techsenger/stagepro","commit_stats":null,"previous_names":["techsenger/stagepro"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techsenger%2Fstagepro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techsenger%2Fstagepro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techsenger%2Fstagepro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techsenger%2Fstagepro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/techsenger","download_url":"https://codeload.github.com/techsenger/stagepro/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techsenger%2Fstagepro/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259197999,"owners_count":22820153,"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":["javafx","javafx-application","javafx-components","javafx-desktop-apps","javafx-gui","javafx-library","javafx-project"],"created_at":"2025-06-11T04:14:27.588Z","updated_at":"2025-06-11T04:14:28.857Z","avatar_url":"https://github.com/techsenger.png","language":"Java","funding_links":["https://github.com/sponsors/techsenger"],"categories":["Libraries, Tools and Projects"],"sub_categories":[],"readme":"# Techsenger StagePro\n\n| Support the Project! |\n|:-------------|\n| This project is open-source and free to use, both commercially and non-commercially, which is why we need your help in its development. If you like it, please give it a star ⭐ on GitHub — it helps others discover the project and increases its visibility. You can also contribute, for example, by fixing bugs 🐛 or suggesting improvements 💡, see [Contributing](#contributing). If you can, financial support 💰 is always appreciated, see [Support Us](#support-us). Thank you! |\n\n## Table of Contents\n* [Overview](#overview)\n* [Demo](#demo)\n    * [Light Theme](#demo-light-theme)\n    * [Dark Theme](#demo-dark-theme)\n* [Features](#features)\n* [Limitations](#limitations)\n* [JavaFX Issues](#javafx-issues)\n* [Dependencies](#dependencies)\n* [Usage](#usage)\n* [Code building](#code-building)\n* [Running Sampler](#sampler)\n* [License](#license)\n* [Contributing](#contributing)\n* [👉 Support Us](#support-us)\n\n## Overview \u003ca name=\"overview\"\u003e\u003c/a\u003e\n\nTechsenger StagePro is a library that allows you to create custom stages with nearly any configuration, while remaining\neasy to use. The project also includes a sampler module, featuring key samples to help you get started with the library.\n\n## Demo \u003ca name=\"demo\"\u003e\u003c/a\u003e\n\n### Light Theme \u003ca name=\"demo-light-theme\"\u003e\u003c/a\u003e\n\n![stagepro-light-theme](https://github.com/user-attachments/assets/ceee91fd-f43d-4193-adda-4ff0e70b0d8a)\n\n### Dark Theme \u003ca name=\"demo-dark-theme\"\u003e\u003c/a\u003e\n\n![stagepro-dark-theme](https://github.com/user-attachments/assets/3fc4a59d-a745-4b99-bce5-d6d7cfa152c0)\n\n## Features \u003ca name=\"features\"\u003e\u003c/a\u003e\n\nKey features include:\n\n* Fully customizable title bar configurations.\n* Support for dynamic configuration changes.\n* Ability to place basic buttons on either the left or right side.\n* Two maximize button policies.\n* Styling via CSS.\n* Dark mode support.\n* SVG-based button icons.\n* Only two events triggered during resizing (start and finish).\n\n## Limitations \u003ca name=\"limitations\"\u003e\u003c/a\u003e\n\n* No shadow support. Currently, shadows for Stage are not supported as JavaFX provides no built-in way to render\nshadows around transparent windows. This would likely require platform-specific native code.\n* No native window management features. Edge-based behaviors like Windows Snap Layouts and GNOME Edge Tiling cannot\nbe properly implemented using Java alone. These features also require platform-specific native code.\n\n## JavaFX Issues \u003ca name=\"javafx-issues\"\u003e\u003c/a\u003e\n\n* Use JavaFX 16–20 or versions after 24-ea+19 due to known bugs ([JDK-8344372](https://bugs.openjdk.org/browse/JDK-8344372)).\n* Resizing the stage via the top/left border causes jitter on the opposite side ([JDK-8347155](https://bugs.openjdk.org/browse/JDK-8347155)).\n\n## Dependencies \u003ca name=\"dependencies\"\u003e\u003c/a\u003e\n\nThis project is available on Maven Central:\n\n```\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.techsenger.stagepro\u003c/groupId\u003e\n    \u003cartifactId\u003estagepro-core\u003c/artifactId\u003e\n    \u003cversion\u003e${stagepro.version}\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n## Usage \u003ca name=\"usage\"\u003e\u003c/a\u003e\n\nTo create a standard Stage, use the code below. To explore all features, check out the examples in the sampler.\n\n```\n@Override\npublic void start(Stage stage) {\n    var controller = new StandardStageController(stage, 800, 600);\n    var content = new VBox(...);\n    controller.setContent(content);\n    stage.show();\n}\n```\n\n## Code Building \u003ca name=\"code-building\"\u003e\u003c/a\u003e\n\nTo build the library use standard Git and Maven commands:\n\n    git clone https://github.com/techsenger/stagepro\n    cd stagepro\n    mvn clean install\n\n## Running Sampler \u003ca name=\"sampler\"\u003e\u003c/a\u003e\n\nTo run the sampler execute the following commands in the root of the project:\n\n    cd stagepro-sampler\n    mvn javafx:run\n\nPlease note, that debugger settings are in `stagepro-sampler/pom.xml` file.\n\n## License \u003ca name=\"license\"\u003e\u003c/a\u003e\n\nTechsenger StagePro is licensed under the Apache License, Version 2.0.\n\n## Contributing \u003ca name=\"contributing\"\u003e\u003c/a\u003e\n\nWe welcome all contributions. You can help by reporting bugs, suggesting improvements, or submitting pull requests\nwith fixes and new features. If you have any questions, feel free to reach out — we’ll be happy to assist you.\n\n## 👉 Support Us \u003ca name=\"support-us\"\u003e\u003c/a\u003e\n\nYou can support us financially through [GitHub Sponsors](https://github.com/sponsors/techsenger). Your\ncontribution directly helps us keep our open-source projects active, improve their features, and offer ongoing support.\nBesides, we offer multiple sponsorship tiers, with different rewards.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechsenger%2Fstagepro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechsenger%2Fstagepro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechsenger%2Fstagepro/lists"}