|
| static void | main (String[] args) |
| |
The KYI_Integrated class serves as the entry point for the KYI Integrated application. It initializes the user interface by creating an instance of SignUp_KYI and making it visible.
Example usage:
java -jar KYI_Integrated.jar
- See also
- controller.UserController
-
view.SignUp_KYI
- Author
- Muhammad Rizal Anditama Nugraha
◆ main()
| static void kyi_integrated.KYI_Integrated.main |
( |
String[] |
args | ) |
|
|
inlinestatic |
The main method serves as the entry point for the application. It creates an instance of SignUp_KYI with the UserController and sets it visible.
- Parameters
-
| args | command line arguments (not used). |
The documentation for this class was generated from the following file: