java.lang.Object
com.cryptoalgo.oursql.controller.Home
Controller for the homepage of OurSQL. Corresponding
view is
home.fxml
. Why is this file so huge?
I have no idea. It shouldn't be, but I guess the lack of
extensions in Java makes it hard to further split up the
file into smaller bits.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription(package private) void
Init status area of home page.
-
Constructor Details
-
Home
public Home()
-
-
Method Details
-
initStatus
void initStatus()Init status area of home page. Responsible for binding values and animating the status background, among others.
-