public class Pubsearch
extends javafx.application.Application
| Constructor and Description |
|---|
Pubsearch() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Launches the JavaFX application.
|
void |
start(javafx.stage.Stage primaryStage)
Loads configurations, creates main window, then connects to the database.
|
public static void main(java.lang.String[] args)
args - Command line parameters - has no effect.public void start(javafx.stage.Stage primaryStage)
start in class javafx.application.ApplicationprimaryStage - Output parameter, it will contain the main window.