Package hipp.com.wappedidpadpro2
Class NewTask
java.lang.Object
javax.swing.SwingWorker<java.lang.Integer,java.lang.Object>
hipp.com.wappedidpadpro2.NewTask
- All Implemented Interfaces:
java.lang.Runnable,java.util.concurrent.Future<java.lang.Integer>,java.util.concurrent.RunnableFuture<java.lang.Integer>
public class NewTask
extends javax.swing.SwingWorker<java.lang.Integer,java.lang.Object>
NewTask
class to do icons animation
class to do icons animation
-
Nested Class Summary
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Integeriprivate static intmessageTimeoutprivate static WAppEditpadPro2theAppprivate static NewTaskthisClass -
Constructor Summary
Constructors Constructor Description NewTask(WAppEditpadPro2 _theApp, java.lang.String location)class for icons animation Constructor -
Method Summary
Modifier and Type Method Description java.lang.IntegerdoInBackground()protected voiddone()private static voidinit(java.lang.String loc)
-
Field Details
-
i
private java.lang.Integer i -
theApp
-
thisClass
-
messageTimeout
private static int messageTimeout
-
-
Constructor Details
-
NewTask
class for icons animation Constructor- Parameters:
_theApp- refernece the main UI (JFrame)location- string to the resource bundle
-
-
Method Details
-
init
private static void init(java.lang.String loc) -
doInBackground
public java.lang.Integer doInBackground()- Specified by:
doInBackgroundin classjavax.swing.SwingWorker<java.lang.Integer,java.lang.Object>
-
done
protected void done()- Overrides:
donein classjavax.swing.SwingWorker<java.lang.Integer,java.lang.Object>
-