An open API service indexing awesome lists of open source software.

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

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
```

![Modena](src/site/resources/Modena.png)
![Custom](src/site/resources/Custom.png)