public class FrameShower
extends java.lang.Object
implements java.lang.Runnable
FrameShower class is used for displaying the frame in the thread safe mode.| Constructor and Description |
|---|
FrameShower(javax.swing.JFrame frame)
Initializes a newly created
FrameShower with the specified frame. |
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Launches the
frame in the thread safe mode. |