Class AboutWindow

java.lang.Object
net.lenni0451.imnbt.ui.types.Window
net.lenni0451.imnbt.ui.windows.AboutWindow

public class AboutWindow extends Window
The window to show information about the program.
  • Constructor Details

  • Method Details

    • render

      public void render()
      Description copied from class: Window
      Render the window content.
      Specified by:
      render in class Window