AmirAli-AZ / JFXMaterialIcons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JFXMaterialIcons

JFXMaterialIcons makes easier to use Google material font icons in javafx.

Code example

var icon = new MaterialIcon("code", Style.ROUND, 150, Color.GRAY);

and you can add it as a node

Css styling

.material-icon {
    -material-icon: "code";
    -material-icon-style: round;
    -material-icon-size: 150px;
    -material-icon-color: gray;
}

About


Languages

Language:Java 100.0%