Skip to content

pepperonas/FxIconics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#FxIconics This project is a JavaFx port of the famous Android-Iconics library.

##How to use ###1. Import Add fxiconics-0.0.5-jfx to your project dependencies.

###2. Creating a Node

FxIconicsLabel labelDefault =
        (FxIconicsLabel) new FxIconicsLabel.Builder(FxFontGoogleMaterial.Icons.gmd_folder_special)
                .size(24)
                .color(MaterialColor.INDIGO_500)
                .build();

or

FxIconicsButton btnDefault =
                (FxIconicsButton) new FxIconicsButton.Builder(FxFontGoogleMaterial.Icons.gmd_folder_special)
                        .size(24)
                        .color(MaterialColor.PINK_500)
                        .build();

##Demo Run fxiconics-0.0.5-jfx to get an overview of the containing resources. You may want use this showcase to access the resources more easily. If so, just click an item and the particular icon-name will be clipped to your board. To get a colorized preview click-right an item. Image Image

##Credits

##Developed By

##License

Copyright 2015 Martin Pfeffer

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages