Search:

Type: Posts; User: fortune2k

Search: Search took 0.15 seconds.

  1. Replies
    19
    Views
    2,840

    Re: newbie help threads

    i read somewhere that swingworker can only be run once , cant be canceld and cant be restarted is this true because i want to implement a cancel button and to have the ability to change the string...
  2. Replies
    19
    Views
    2,840

    Re: newbie help threads

    Right im actully going insane here getting no where been stuck on this for days so lets re explain myself and see if this helps. I really really want to understand this so please help i know im a...
  3. Replies
    19
    Views
    2,840

    Re: newbie help threads

    The mian problem im seeing is the swingthread i think the code is




    class Task extends SwingWorker{
    @Override
  4. Replies
    19
    Views
    2,840

    Re: newbie help threads

    Hi Guys,

    Right i have been doing a fare bit of reading and playing around with swingworker but i still cant sort it. I have managed to put some code together which i belive will work and the...
  5. Replies
    19
    Views
    2,840

    Re: newbie help threads

    right it looks like SwingWorker would do the trick because i want to implement a progress bar and the main task of the program will be a heavy loader. Do you know any good books/tutorials which will...
  6. Replies
    19
    Views
    2,840

    Re: newbie help threads

    yea i added loads of imports i will have a look tonight at the program and let you know how it goes.

    Thankyou for all your help :)
  7. Replies
    19
    Views
    2,840

    Re: newbie help threads

    heres my code

    /*
    * DesktopApplication3View.java
    */

    package desktopapplication3;

    import org.jdesktop.application.Action;
    import org.jdesktop.application.ResourceMap;
  8. Replies
    19
    Views
    2,840

    Re: newbie help threads

    all i need is a point in the right direction id really appriciate it
  9. Replies
    19
    Views
    2,840

    newbie help threads

    Hi Guys,

    Im very new to java and trying to learn threads and what i am trying to achive is basically my program does a search through a text file and it goes under heavy load locking out the...
Results 1 to 9 of 9