![]() ![]() ![]() |
25
Thread Safety Utilities
Features of the Thread Safety Classes
Methods
25.1 Features of the Thread Safety Classes
JCMessageHelper
lets you build a message dialog based onJOptionPane
. The advantages of theJCMessageHelper
are:
JCMessageHelper
invokesJOptionPane
in a thread-safe manner.- You can set an audible indication when the dialog appears as a parameter in the constructor.
JCMessageHelper
utilizesJCSwingRunnable
, an abstract runnable class that provides therun()
method. You can create an object of this type, and call therunSafe
method to get it going.
25.2 Methods
JCMessageHelper
JCMessageHelper
has static methods that resemble those inJOptionPane
. These are:JCSwingRunnable
![]() ![]() ![]() |