Skip to content

Instantly share code, notes, and snippets.

@tresf
Created June 4, 2019 02:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tresf/c7a8fe6333174fecbb140f33d8d2edba to your computer and use it in GitHub Desktop.
Save tresf/c7a8fe6333174fecbb140f33d8d2edba to your computer and use it in GitHub Desktop.
if (Toolkit.getDefaultToolkit() instanceof UNIXToolkit) {
int version = UNIXToolkit.getGtkVersion().getNumber();
System.out.println("Gtk version detected: " + version);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment