This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.
Do not use self-signed certificates in production ! For online certificates, use Let's Encrypt instead (tutorial).
This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.
Do not use self-signed certificates in production ! For online certificates, use Let's Encrypt instead (tutorial).
| import javafx.event.EventHandler; | |
| import javafx.scene.Cursor; | |
| import javafx.scene.input.MouseEvent; | |
| import javafx.scene.layout.Region; | |
| /** | |
| * {@link DragResizerXY} can be used to add mouse listeners to a {@link Region} | |
| * and make it resizable by the user by clicking and dragging the border in the | |
| * same way as a window. | |
| * <p> |
| import javafx.event.EventHandler; | |
| import javafx.scene.Cursor; | |
| import javafx.scene.input.MouseEvent; | |
| import javafx.scene.layout.Region; | |
| /** | |
| * {@link DragResizer} can be used to add mouse listeners to a {@link Region} | |
| * and make it resizable by the user by clicking and dragging the border in the | |
| * same way as a window. | |
| * <p> |