Skip to content

Commit 9cbd545

Browse files
author
霸都丶傲天
authored
Merge branch 'master' into master
2 parents 099ce49 + d6b411e commit 9cbd545

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

topics/java/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
aliases: java-8, java8
2+
aliases: java-8, java8, java11, java-11, jvm, jdk, openjdk, javase, java-se
33
created_by: James Gosling
44
display_name: Java
55
logo: java.png
66
released: May 23, 1995
77
short_description: Java is an object-oriented programming language used mainly for
8-
desktop and mobile applications.
8+
web, desktop, embedded devices and mobile applications.
99
topic: java
10-
url: https://www.java.com/en/
10+
url: https://www.oracle.com/technetwork/java/javase/overview/index.html
1111
wikipedia_url: https://en.wikipedia.org/wiki/Java_(software_platform)
1212
---
13-
Java was originally developed as an alternative to the C/C++ programming languages. It is now mainly used for building desktop, Android, and web server applications. Java is owned and licensed through Oracle.
13+
Java was originally developed as an alternative to the C/C++ programming languages. It is now mainly used for building web, desktop, mobile, and embedded applications. Java is owned and licensed through Oracle, with free and open source implementations available from Oracle and other vendors.

topics/javafx/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
2-
aliases: javafx-application, javafx-desktop-apps, javafx-gui, javafx-library
2+
aliases: javafx-application, javafx-desktop-apps, javafx-gui, javafx-library, openjfx
33
created_by: Oracle
44
display_name: JavaFX
55
logo: javafx.png
66
related: java, swing
77
released: December 4, 2008
8-
short_description: JavaFX is a Java library used to create graphical user interfaces.
8+
short_description: JavaFX is a Java library used to create graphical user interfaces for desktop, as well mobile and embedded devices.
99
topic: javafx
10+
url: https://openjfx.io
1011
wikipedia_url: https://en.wikipedia.org/wiki/JavaFX
1112
---
12-
JavaFX is a Java library used to build consistent graphical user interfaces across a wide range of platforms. Applications developed with JavaFX can be run on devices such as desktop computers, mobile phones, TVs, tablets, and more.
13+
JavaFX is an open source, next generation client application platform for desktop, mobile and embedded systems built with Java. It is offered as a cross-platform Java library and it delivers consistent graphical user interfaces across a wide range of operating systems and devices. Applications developed with JavaFX can be run on devices such as desktop computers, mobile phones, TVs, tablets, and more.

0 commit comments

Comments
 (0)