protected static class AuxFrameGUI.FrameShower
extends java.lang.Object
implements java.lang.Runnable
We construct the thing and establish it to be displayed on the event queue thread using "EventQueue.invokeLater()".
Constructor and Description |
---|
FrameShower(javax.swing.JFrame showFrame)
Constructor with Frame input.
|
Modifier and Type | Method and Description |
---|---|
void |
run()
Run code to display the frame on the event queue thread.
|