Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.txt | 2021-11-11 | 754 Bytes | |
Task.java | 2021-11-11 | 11.4 kB | |
taskdemo.java | 2021-11-11 | 8.4 kB | |
TASKDEMO.SH | 2021-11-11 | 1.1 kB | |
TaskManager.sm | 2021-11-11 | 5.8 kB | |
TaskTable.java | 2021-11-11 | 15.1 kB | |
Makefile | 2021-11-11 | 8.4 kB | |
manifest.txt | 2021-11-11 | 54 Bytes | |
TaskController.java | 2021-11-11 | 5.5 kB | |
TaskDialog.java | 2021-11-11 | 11.5 kB | |
TaskEventListener.java | 2021-11-11 | 1.4 kB | |
TaskManager.java | 2021-11-11 | 20.5 kB | |
TaskPopupMenu.java | 2021-11-11 | 5.6 kB | |
Task.sm | 2021-11-11 | 3.9 kB | |
TaskMessages.java | 2021-11-11 | 5.7 kB | |
Totals: 15 Items | 105.0 kB | 0 |
Java Example 5 Simplistic, graphical simulation of a task processing. Demonstrates state Entry actions. + Building ---------- NOTE: Smc.jar must be built and installed. Unix & Windows: $ make taskdemo + Executing ----------- Unix & Windows: $ java -jar taskdemo.jar Click on "Create Task..." button and start a new task running. If you want to create multiple tasks, click the "Apply" button rather than "OK" since "OK" causes the dialog box to be removed. After creating one or more tasks, go to the task table and click on a task row. Notice select an item from the pop-up menu. Also change the log message display to increase or decrease message detail (the greater the level, the greater the detail).