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
Please sign in to leave a comment.
You can use com.intellij.icons.AllIcons class to access "Global" icons.
Thanks Yann