1
0
Fork 0
mirror of https://github.com/akullpp/awesome-java.git synced 2024-11-20 11:28:01 -05:00

Update README.md

Added GUI - JavaFX
This commit is contained in:
akullpp 2014-07-10 14:16:09 +02:00
parent 4052f1e275
commit 2ede3ae38a

View file

@ -10,6 +10,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [
- [Database Access](#database-access)
- [Date and Time](#date-and-time)
- [Dependency Injection](#dependency-injection)
- [GUI](#gui)
- [Game Development](#game-development)
- [IDE](#ide)
- [Logging](#logging)
@ -83,6 +84,12 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [
* [Google Guice](http://de.wikipedia.org/wiki/Google_Guice)
## GUI
*Libraries to create modern graphical user interfaces*
* [JavaFX](http://www.oracle.com/technetwork/java/javase/overview/javafx-overview-2158620.html)
## Game Development
*Frameworks that support the development of games*