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

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

0
Avatar
Permanently deleted user

Thanks Yann

0

请先登录再写评论。