java.lang.Object
com.cryptoalgo.oursql.controller.Home

public class Home extends Object
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 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.