0%

并不是所有java项目都需要GUI,所以JavaFX在jdk11之后已经被移除了,现在需要手动添加。

要使用JavaFX,一种方式是下载JavaFX的SDK,并做相关配置。

另一种是通过添加maven依赖项,JavaFX的SDK里面其实也就几个jar包。

只要通过Maven导入这些jar包即可使用JavaFX。

Read more »

Definitions and Characteristics of Software

Definition

  • Introduction

    • provide desired function and performance
  • Data Structure

    • enable the programs to adequately manipulate information
  • Documents

    • describe the operation and use of the programs
Read more »