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
This commit is contained in:
Brent Willems
2018-11-09 10:00:18 +01:00
committed by Manish Giri
parent ab5ddf132f
commit c2027c19a7

View File

@ -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