How to access IDEA image resources?

Hi Team,
  I need to access image resource bundle with IDEA. For a instance I want to display project icon provided by IntelliJ. Is there any API to access image resources provided by IntelliJ

Thanks,
Navin

0
2 comments

You can use com.intellij.icons.AllIcons class to access "Global" icons.

0
Avatar
Permanently deleted user

Thanks Yann

0

Please sign in to leave a comment.