ToolWindow button pannel style?

Hello, I do have a toolwindow and would like to add several buttons/actions. I would like them to look like the rest of IDEA toolwindows. I've added a jtoolbar and abstractactions with icons, but the result doesn't look like the rest of native IDEA toolwindows. Would you be so kind to give me a hint what should i use/do?

0
1 comment

Hello Igor,

Use ActionManager.createActionToolbar()

Hello, I do have a toolwindow and would like to add several
buttons/actions. I would like them to look like the rest of IDEA
toolwindows. I've added a jtoolbar and abstractactions with icons,
but the result doesn't look like the rest of native IDEA toolwindows.
Would you be so kind to give me a hint what should i use/do?


--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"


0

Please sign in to leave a comment.