https://github.com/hohonuuli/cssview
Very simple app wrapper around ShowcaseFX for previewing the look of custom CSS applied to JavaFX controles
https://github.com/hohonuuli/cssview
Last synced: 3 months ago
JSON representation
Very simple app wrapper around ShowcaseFX for previewing the look of custom CSS applied to JavaFX controles
- Host: GitHub
- URL: https://github.com/hohonuuli/cssview
- Owner: hohonuuli
- Created: 2022-01-24T18:46:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-24T23:18:38.000Z (over 3 years ago)
- Last Synced: 2025-02-04T21:45:58.639Z (4 months ago)
- Language: Java
- Size: 402 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cssview
An app that wraps [ShowcaseFX](https://github.com/dlsc-software-consulting-gmbh/ShowcaseFX) as an app. ShowcaseFX is a JavaFX view that shows a preview of your css file applied to all JavafX controls.
## Usage
```bash
git clone [email protected]:hohonuuli/cssview.git
cd cssview
mvn clean javafx:run
```
