Class SystemInfo


  • public class SystemInfo
    extends java.lang.Object
    • Constructor Detail

      • SystemInfo

        public SystemInfo()
    • Method Detail

      • quickSort

        public static void quickSort​(java.lang.String[] vector,
                                     int startIndex,
                                     int endIndex)
        Stripped-down QuickSort.
        Parameters:
        vector - The vector of strings to sort
        startIndex - The first element to sort
        endIndex - The last element to sort example use:
            JavaInfo.quickSort(vector, 0, vector.length - 1);
          
      • addOneSystemProperty

        public void addOneSystemProperty​(java.lang.String name)
      • isHexProperty

        protected boolean isHexProperty​(java.lang.String thisName)
      • isURLProperty

        protected boolean isURLProperty​(java.lang.String thisName)
      • getMessage

        public java.lang.String getMessage()
      • showDialog

        public void showDialog()