Exception message with details in Swing

I saw a lot of applications where, when an exception occurred, application shows to client dialog window where he may see exception and also this window has button Details if you want to see detailed information about exception. Do you know, does Swing have such kind of window or
[299 byte] By [dbes@isd.dp.uaa] at [2007-11-26 14:01:25]
# 1
Swing has any kind of window you want. The programs you have seen are catching the exception and displaying a window.You need to create the component your self or use a third party component.SwingLabs has an error dialog with the details button that you might want.
zadoka at 2007-7-8 1:43:37 > top of Java-index,Desktop,Core GUI APIs...