de.uni_paderborn.robots.gui
Class TextSlider

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--de.uni_paderborn.robots.gui.TextSlider
All Implemented Interfaces:
java.lang.Runnable

class TextSlider
extends java.lang.Thread

class for the textSlider where the credits are displayed


Field Summary
private  javax.swing.JLabel jLabel1
          such another jLabel
private  javax.swing.JLabel jLabel2
          such another jLabel
private  javax.swing.JLabel jLabel3
          such another jLabel
private  javax.swing.JLabel jLabel4
          such another jLabel
private  javax.swing.JLabel jLabel5
          such another jLabel
private  javax.swing.JLabel jLabel6
          such another jLabel
private  javax.swing.JLabel jLabel7
          such another jLabel
private  boolean running
          the textSlider is running
private  java.lang.String[] text
          the credits
 
Fields inherited from class java.lang.Thread
contextClassLoader, daemon, eetop, group, inheritableThreadLocals, inheritedAccessControlContext, MAX_PRIORITY, MIN_PRIORITY, name, NORM_PRIORITY, priority, single_step, stillborn, stopThreadPermission, target, threadInitNumber, threadLocals, threadQ
 
Constructor Summary
(package private) TextSlider(javax.swing.JLabel l1, javax.swing.JLabel l2, javax.swing.JLabel l3, javax.swing.JLabel l4, javax.swing.JLabel l5, javax.swing.JLabel l6, javax.swing.JLabel l7)
          contructor for the textSlider
 
Method Summary
 void run()
          the method starts the thread
(package private)  void theEnd()
          this method ends the thread
 
Methods inherited from class java.lang.Thread
, activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, exit, getContextClassLoader, getName, getPriority, getThreadGroup, init, interrupt, interrupt0, interrupted, isAlive, isDaemon, isInterrupted, isInterrupted, join, join, join, nextThreadNum, registerNatives, resume, resume0, setContextClassLoader, setDaemon, setName, setPriority, setPriority0, sleep, sleep, start, stop, stop, stop0, suspend, suspend0, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

text

private java.lang.String[] text
the credits

running

private boolean running
the textSlider is running

jLabel1

private javax.swing.JLabel jLabel1
such another jLabel

jLabel2

private javax.swing.JLabel jLabel2
such another jLabel

jLabel3

private javax.swing.JLabel jLabel3
such another jLabel

jLabel4

private javax.swing.JLabel jLabel4
such another jLabel

jLabel5

private javax.swing.JLabel jLabel5
such another jLabel

jLabel6

private javax.swing.JLabel jLabel6
such another jLabel

jLabel7

private javax.swing.JLabel jLabel7
such another jLabel
Constructor Detail

TextSlider

TextSlider(javax.swing.JLabel l1,
           javax.swing.JLabel l2,
           javax.swing.JLabel l3,
           javax.swing.JLabel l4,
           javax.swing.JLabel l5,
           javax.swing.JLabel l6,
           javax.swing.JLabel l7)
contructor for the textSlider
Parameters:
l1 - the Label 1
l2 - the Label 2
l3 - the Label 3
l4 - the Label 4
l5 - the Label 5
l6 - the Label 6
l7 - the Label 7
Method Detail

run

public void run()
the method starts the thread
Overrides:
run in class java.lang.Thread

theEnd

void theEnd()
this method ends the thread