Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.11 seconds.

  1. Replies
    7
    Views
    1,914

    Re: Drawing in Full Screen

    Sometimes that happens if you're working from an IDE. An IDE can get out of sync with the file system, so if you moved the image file, the IDE doesn't know about it and can't find it. Not intuitive,...
  2. Replies
    7
    Views
    1,914

    Re: Drawing in Full Screen

    What is the absolute path of imgURL?
  3. Replies
    7
    Views
    1,914

    Re: Drawing in Full Screen

    My advice is to get it working using the paintComponent() method first. If you then really want to use active rendering, go from there.
  4. Replies
    7
    Views
    1,914

    Re: Drawing in Full Screen

    Why are you trying to not use a paint method? Or better yet, a paintComponent() method? Your active rendering loop seems pretty suspect to me.

    Recommended reading: Lesson: Performing Custom...
Results 1 to 4 of 4