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:
parent
4052f1e275
commit
2ede3ae38a
1 changed files with 7 additions and 0 deletions
|
@ -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*
|
||||
|
|
Loading…
Reference in a new issue