Class GUITools

java.lang.Object
com.jackmeng.halcyoninae.halcyon.utils.GUITools

public final class GUITools extends Object
Helper tool methods to do with GUI
Since:
3.3
Author:
Jack Meng
  • Constructor Details

    • GUITools

      private GUITools()
  • Method Details

    • getAllComponents

      public static List<Component> getAllComponents(Container c)
      Get all sub-components of a container;
      Parameters:
      c - The container to get the components from
      Returns:
      A list of components