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
请先登录再写评论。
You can use com.intellij.icons.AllIcons class to access "Global" icons.
Thanks Yann