Class SystemProperties


  • public class SystemProperties
    extends java.lang.Object
    A utility class for working with system properties.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SystemProperties()
      Private constructor prevents object creation.
    • Constructor Detail

      • SystemProperties

        private SystemProperties()
        Private constructor prevents object creation.
    • Method Detail

      • createSystemPropertiesTable

        public static SortableTable createSystemPropertiesTable()
        Creates and returns a JTable containing all the system properties. This method returns a table that is configured so that the user can sort the properties by clicking on the table header.
        Returns:
        a system properties table.