Class Application

java.lang.Object
dev.pfaff.altargui.glfw.Application

public final class Application extends Object
  • Method Details

    • run

      public static void run(Supplier<dev.pfaff.altargui.Widget> windowContentSupplier)
      Parameters:
      windowContentSupplier - a supplier of the window's content Widget. This is supplied so that necessary global initialization can be performed before loading widget classes.