Skip to content

Instantly share code, notes, and snippets.

@yu-tang
Created June 24, 2015 16:47
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 yu-tang/f894748dbec3cfc93c17 to your computer and use it in GitHub Desktop.
Save yu-tang/f894748dbec3cfc93c17 to your computer and use it in GitHub Desktop.
getKeyText の中身を列挙
//def res = new sun.awt.resources.awt_ja()
def res = new sun.awt.resources.awt()
res.getContents().each {console.println "${it[0]}, ${it[1]}"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment