How to implement a banner effect for a dialog?
Answered
As shown in the picture, how can I achieve this effect?
Please sign in to leave a comment.
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:
Yeah, that's probably what I need.