• 大小: 10.11MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-10-23
  • 语言: Java
  • 标签: api  

资源简介

public abstract class Application extends Object Application class from which JavaFX applications extend. Life-cycle The entry point for JavaFX applications is the Application class. The JavaFX runtime does the following, in order, whenever an application is launched: Constructs an instance of the specified Application class Calls the init() method Calls the start(javafx.stage.Stage) method Waits for the application to finish, which happens when either of the following occur: the application calls Platform.exit() the last window has been closed and the implicitExit attribute on Platform is true Calls the stop() method Note that the start method is abstract and must be overridden. The init and stop methods have concrete implementations that do nothing. Calling Platform.exit() is the preferred way to explicitly terminate a JavaFX Application. Directly calling System.exit(int) is an acceptable alternative, but doesn't allow the Application stop() method to run. A JavaFX Application should not attempt to use JavaFX after the FX toolkit has terminated or from a ShutdownHook, that is, after the stop() method returns or System.exit(int) is called.

资源截图

代码片段和文件信息

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-09-14 10:37  api\
     文件       67715  2017-09-14 10:37  api\serialized-form.html
     文件       15212  2017-09-14 10:37  api\overview-summary.html
     文件         708  2017-09-14 10:37  api\package-list
     文件        4459  2017-09-14 10:37  api\overview-frame.html
     目录           0  2017-09-14 10:37  api\resources\
     目录           0  2017-09-14 10:37  api\resources\fonts\
     文件       43168  2017-09-14 10:37  api\resources\fonts\DejaVuSerifCondensed-Bold-webfont.ttf
     文件       26736  2017-09-14 10:37  api\resources\fonts\DejaVuSerifCondensed-Bold-webfont.woff
     文件       43132  2017-09-14 10:37  api\resources\fonts\DejaVuSerif-webfont.ttf
     文件       46628  2017-09-14 10:37  api\resources\fonts\DejaVuSerif-BoldItalic-webfont.ttf
     文件       28856  2017-09-14 10:37  api\resources\fonts\DejaVuSerif-Italic-webfont.woff
     文件       41796  2017-09-14 10:37  api\resources\fonts\DejaVuSansCondensed-Oblique-webfont.ttf
     文件       36796  2017-09-14 10:37  api\resources\fonts\DejaVuSansCondensed-Bold-webfont.ttf
     文件       23648  2017-09-14 10:37  api\resources\fonts\DejaVuSansMono-webfont.woff
     文件       43034  2017-09-14 10:37  api\resources\fonts\DejaVuSansMono-BoldOblique-webfont.eot
     文件       21452  2017-09-14 10:37  api\resources\fonts\DejaVuSansCondensed-webfont.woff
     文件       21336  2017-09-14 10:37  api\resources\fonts\DejaVuSansCondensed-Bold-webfont.woff
     文件       46864  2017-09-14 10:37  api\resources\fonts\DejaVuSerifCondensed-Italic-webfont.ttf
     文件       28632  2017-09-14 10:37  api\resources\fonts\DejaVuSerifCondensed-BoldItalic-webfont.woff
     文件       59979  2017-09-14 10:37  api\resources\fonts\DejaVuSansMono-BoldOblique-webfont.svg
     文件       24948  2017-09-14 10:37  api\resources\fonts\DejaVuSans-Oblique-webfont.woff
     文件       43272  2017-09-14 10:37  api\resources\fonts\DejaVuSerif-Bold-webfont.ttf
     文件       42256  2017-09-14 10:37  api\resources\fonts\DejaVuSansCondensed-BoldOblique-webfont.ttf
     文件       25932  2017-09-14 10:37  api\resources\fonts\DejaVuSansMono-BoldOblique-webfont.woff
     文件       46904  2017-09-14 10:37  api\resources\fonts\DejaVuSerif-Italic-webfont.ttf
     文件       64668  2017-09-14 10:37  api\resources\fonts\DejaVuSerifCondensed-webfont.svg
     文件       42334  2017-09-14 10:37  api\resources\fonts\DejaVuSans-BoldOblique-webfont.eot
     文件       38312  2017-09-14 10:37  api\resources\fonts\DejaVuSansCondensed-webfont.ttf
     文件       43426  2017-09-14 10:37  api\resources\fonts\DejaVuSerifCondensed-webfont.eot
     文件       60241  2017-09-14 10:37  api\resources\fonts\DejaVuSans-BoldOblique-webfont.svg
............此处省略1758个文件信息

评论

共有 条评论