cz.zcu.fav.kiv.editor.graphics.utils
Class FrameShower

java.lang.Object
  extended by cz.zcu.fav.kiv.editor.graphics.utils.FrameShower
All Implemented Interfaces:
java.lang.Runnable

public class FrameShower
extends java.lang.Object
implements java.lang.Runnable

The FrameShower class is used for displaying the frame in the thread safe mode.

Version:
1.0, 05/2007
Author:
Marta Vaclavikova

Constructor Summary
FrameShower(javax.swing.JFrame frame)
          Initializes a newly created FrameShower with the specified frame.
 
Method Summary
 void run()
          Launches the frame in the thread safe mode.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FrameShower

public FrameShower(javax.swing.JFrame frame)
Initializes a newly created FrameShower with the specified frame.

Parameters:
frame - the frame.
Method Detail

run

public void run()
Launches the frame in the thread safe mode.

Specified by:
run in interface java.lang.Runnable