From 2ede3ae38a3b858b4252ef324e7a294e8f920a6a Mon Sep 17 00:00:00 2001 From: akullpp Date: Thu, 10 Jul 2014 14:16:09 +0200 Subject: [PATCH] Update README.md Added GUI - JavaFX --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d1c92f7..479081e 100644 --- a/README.md +++ b/README.md @@ -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*