gui
Class About.ScrollColor

java.lang.Object
  extended by gui.About.ScrollColor
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
About

 class About.ScrollColor
extends java.lang.Object
implements java.lang.Runnable

Innere Klasse: ScrollColor

Author:
Karsten Dient der Demonstration nebenläfiger Prozesse. Realisierung durch Implementation des interfaces 'Runnable'

Field Summary
(package private)  javax.swing.JTextArea textArea
           
 
Constructor Summary
About.ScrollColor()
           
 
Method Summary
 void run()
           
(package private)  void settextArea(javax.swing.JTextArea textArea)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

textArea

javax.swing.JTextArea textArea
Constructor Detail

About.ScrollColor

About.ScrollColor()
Method Detail

settextArea

void settextArea(javax.swing.JTextArea textArea)

run

public void run()
Specified by:
run in interface java.lang.Runnable