From c2027c19a72bd49b34b74bc6991325b10ba290ac Mon Sep 17 00:00:00 2001 From: Brent Willems Date: Fri, 9 Nov 2018 10:00:18 +0100 Subject: [PATCH] added link to Java Swing docs in this repo (#22105) * added link to Java Swing docs in this repo * Replaced repo link w/ guide link --- guide/english/java/javafx/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/java/javafx/index.md b/guide/english/java/javafx/index.md index 3c35dec07a..a8b18b41c5 100644 --- a/guide/english/java/javafx/index.md +++ b/guide/english/java/javafx/index.md @@ -2,7 +2,7 @@ title: JavaFX --- ## Introduction -JavaFX is a graphics framework created by Sun Microsystems used for developing rich desktop and Internet applications. JavaFX was created to replace the much older Swing and Abstract Window Toolkit (AWT) libraries and serve as the Java language's standard graphics API for Java Standard Edition. +JavaFX is a graphics framework created by Sun Microsystems used for developing rich desktop and Internet applications. JavaFX was created to replace the much older [Swing](https://guide.freecodecamp.org/java/swing) and Abstract Window Toolkit (AWT) libraries and serve as the Java language's standard graphics API for Java Standard Edition. ## Development Tools