File:Javafx-application-lifecycle.svg
Summary
Description |
English: The life cycle of an application in JavaFX
The basis of each JavaFX applicatin is the "JavaFX main class" that is an extension of the Application class. This class inherits the methods init(), start() and stop(). init() is called within the general Java main method through launch(...) that passes optional start parameter. After init(), start() is called that optains a primary Stage, which is the main container for the application. |
Date | |
Source | Javafx-application-lifecycle.jpg by Didia |
Author | Stkl (redrawn as SVG) |
Licensing
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
- You are free:
- to share – to copy, distribute and transmit the work
- to remix – to adapt the work
- Under the following conditions:
- attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.