Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@KingC100
Last active August 29, 2015 14:22
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 KingC100/99fd98abef4db603e875 to your computer and use it in GitHub Desktop.
Save KingC100/99fd98abef4db603e875 to your computer and use it in GitHub Desktop.
jar get resrouce
URL url = __ClassName__.class.getResource("res/0.png"); //src以下を参照。
Image icon = new Image(url.toString());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment