Class GuiUtils


  • public class GuiUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      GuiUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void addExitWindow​(com.badlogic.gdx.scenes.scene2d.ui.Skin skin, com.badlogic.gdx.scenes.scene2d.Stage stage)  
      static void addNoConnectionWindow​(com.badlogic.gdx.scenes.scene2d.ui.Skin skin, com.badlogic.gdx.scenes.scene2d.Stage stage)  
      static void addNoConnectionWindow​(com.badlogic.gdx.scenes.scene2d.ui.Skin skin, com.badlogic.gdx.scenes.scene2d.Stage stage, java.lang.Runnable ok)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GuiUtils

        public GuiUtils()
    • Method Detail

      • addNoConnectionWindow

        public static void addNoConnectionWindow​(com.badlogic.gdx.scenes.scene2d.ui.Skin skin,
                                                 com.badlogic.gdx.scenes.scene2d.Stage stage)
      • addNoConnectionWindow

        public static void addNoConnectionWindow​(com.badlogic.gdx.scenes.scene2d.ui.Skin skin,
                                                 com.badlogic.gdx.scenes.scene2d.Stage stage,
                                                 java.lang.Runnable ok)
      • addExitWindow

        public static void addExitWindow​(com.badlogic.gdx.scenes.scene2d.ui.Skin skin,
                                         com.badlogic.gdx.scenes.scene2d.Stage stage)