Class VersionInfo

java.lang.Object
com.teamdev.jxbrowser.VersionInfo

public final class VersionInfo extends Object
Information about the product and the Chromium engine versions.
  • Method Details

    • version

      public static String version()
      Returns a string that represents the current JxBrowser version. The string includes digits and letters (e.g. "1.0", "1.1-b1-eap").
    • chromiumVersion

      public static String chromiumVersion()
      Returns a string that represents Chromium build version compatible with the current JxBrowser version. The string includes digits separated by "." (e.g. "64.0.3282.1").