How to implement a banner effect for a dialog?

Answered

As shown in the picture, how can I achieve this effect?

0
2 comments

Hi,

There is no out-of-the-box component like this. You can find an example in the intellij-community sources, e.g.:

https://github.com/JetBrains/intellij-community/blob/master/python/src/com/jetbrains/python/configuration/PyActiveSdkConfigurable.java#L284-L320

It is rendered over the green box:

0

Yeah, that's probably what I need.

0

Please sign in to leave a comment.