Screen-Pop after receiving an external event

Hi all,

I want to write a spark-plugin which starts a screen-pop window to demonstrate that the desired external event is incoming.

Is there a special UI-Component to realize that. Or I should use in this case a swing-component (for example a JWindow as a splashscreen)?

I will be thankfull for any advice

Thanks in advance

Abdelatif

Hi nougrat,

You might want to take a look at using the Spark toaster or as you stated you could use a standard Swing component such as a JDialog.

Hope that helps,

Ryan

Hi ryang,

Thank you for the quick and correct answer.

Best regards

nouqrat