aspose file tools
The moose likes Threads and Synchronization and the fly likes JList with Thread Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Threads and Synchronization
Reply Bookmark "JList with Thread" Watch "JList with Thread" New topic
Author

JList with Thread

Kuba Jakub
Greenhorn

Joined: Jun 15, 2011
Posts: 1
Hi,

I try to code GUI with JList which will contain thread pool and four buttons, three buttons for launch new task and one button to cancel selected task.
For start I can define the number of running thread (newScheduledThreadPool())
The active thread should have different background color (in Jlist) compare to recumbent task.
Task1, Task2, Task3 should work with different peridoicaly(scheduleAtFixedRate())

Can you help me what shoud I use to click on button(1-3) and add new task to thread pool and how to cancel the task vi select in Jlist and clik button cancel?

What I have is:

 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JList with Thread
 
Similar Threads
Opening a new window.
how to run sample swing program
requestFocus
JList selection to int not working
How to divide File in Java