public class FeedbackbarThread
extends java.lang.Object
implements java.lang.Runnable
Constructor and Description |
---|
FeedbackbarThread(javax.swing.JPanel feedbackPanel) |
Modifier and Type | Method and Description |
---|---|
void |
printText(java.lang.String textToDisplay,
FeedbackEnum t)
Print the text as message or warning (red)
|
void |
run() |
public void printText(java.lang.String textToDisplay, FeedbackEnum t)
textToDisplay
- Text which will be printedt
- Success/Failedpublic void run()
run
in interface java.lang.Runnable