Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Replies
    12
    Views
    1,382

    [SOLVED] Re: Thread/Double Buffer Help

    By component I meant any class that extends the Component class.
    By visible I meant a component whose isDisplayable() method returns true.

    Try adding some printlns in different places to see if...
  2. Replies
    12
    Views
    1,382

    [SOLVED] Re: Thread/Double Buffer Help

    Try calling createImage() in a component that is visible.
  3. Replies
    12
    Views
    1,382

    [SOLVED] Re: Thread/Double Buffer Help

    Move the code to another class?
    What are the values of the args to the createImage() method?
  4. Replies
    12
    Views
    1,382

    [SOLVED] Re: Thread/Double Buffer Help

    Have you read the API doc for the createImage() method to see what it returns?
  5. Replies
    12
    Views
    1,382

    [SOLVED] Re: Thread/Double Buffer Help

    Is the dbImage variable null? Why doesn't it have a valid non null value?
    Can you post your current code?
Results 1 to 5 of 5