|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Thread
|
+--de.uni_paderborn.robots.gui.TextSlider
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 |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private java.lang.String[] text
private boolean running
private javax.swing.JLabel jLabel1
private javax.swing.JLabel jLabel2
private javax.swing.JLabel jLabel3
private javax.swing.JLabel jLabel4
private javax.swing.JLabel jLabel5
private javax.swing.JLabel jLabel6
private javax.swing.JLabel jLabel7
| Constructor Detail |
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)
l1 - the Label 1l2 - the Label 2l3 - the Label 3l4 - the Label 4l5 - the Label 5l6 - the Label 6l7 - the Label 7| Method Detail |
public void run()
run in class java.lang.Threadvoid theEnd()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||