How to implement a banner effect for a dialog?

已回答

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

0

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

请先登录再写评论。