NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
trishtren
Joined: 11 Apr 2011 Posts: 2
|
Posted: Wed Apr 13, 2011 1:29 pm Post subject: Netbeans task problem |
|
|
Hey, iv been trying to create an instance of taskimpl() in my netbeans application as instructed in a book using this code:
| Code: | | private Task testtask = new TaskImpl(); |
but i always get the same error,
The TaskImpl class cannot be found even after i have added the following dependencies : Progress API,Utilities API and Lookup.
I have also used : import org.netbeans.modules.progress.spi.TaskModel;
In the class file im trying to create TaskImpl in, this made the Task class available but not TaskImpl.
Any help on how to use the TaskImpl class would be great.
[/code] |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|