Skip to content

Commit

Permalink
Merge pull request #2 from Donovon/master
Browse files Browse the repository at this point in the history
typos
  • Loading branch information
JFoeniX committed Oct 8, 2015
2 parents b0b5a57 + e8f49b0 commit 5daba23
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
* [JFoenix Site](http://www.jfoenix.com)

# Summary
JFoenix is an open source java library, that implements Google Material Design using java components.
JFoenix is an open source Java library, that implements Google Material Design using Java components.

# Source Code
To rebuild JFoenix, we created an Ant file named build.xml and build.bat. JFoenix uses Java 1.8 version. Using a command line, you need to move to JFoenix make directory
To rebuild JFoenix, you need to create an Ant file named build.xml and build.bat. JFoenix uses Java version 1.8. Using the command line, you need to move to the JFoenix/make directory
and run the batch file build.bat by typing:

build.bat

To run the main dmeo, in JFoenix make directory run the batch file run-demo.bat :
To run the main demo, go to the JFoenix/make directory and run the batch file run-demo.bat :

run-demo.bat

**NOTE** : you need to update the build.bat to point to Java 1.8 and Apache Ant directories
**NOTE** : You need to update the build.bat to point to Java 1.8 and Apache Ant directories.

# How Can I Use JFoenix?
you can download the source code of the library, and build it as mentioned before. Building JFoenix will generate jfoenix.jar under build/dist folder. To use JFoenix, import the jfoenix.jar into your project and start using the new material design java components :).
You can download the source code of the library and build it as mentioned previously. Building JFoenix will generate jfoenix.jar under the build/dist folder. To use JFoenix, import jfoenix.jar into your project and start using the new material design Java components :).

# Pics

![Alt text](http://jfoenix.com/gif/button.gif "Button Demo")
Expand All @@ -35,6 +35,3 @@ To run the main dmeo, in JFoenix make directory run the batch file run-demo.bat
![Alt text](http://jfoenix.com/gif/slider.gif "Slider Demo")

![Alt text](http://jfoenix.com/gif/spinner.gif "Spinner Demo")



0 comments on commit 5daba23

Please sign in to comment.