I am having some real problems loading images in my application. I am
trying to load an imange into an application so i can implement an
algorithm i have writen, but when i load the image and then request
the size of it i get -1, which would indicate the image has loaded
yet. So i read an article on the internet about mediatracker, but the
example i found uses this code;
MediaTracker mt = new MediaTracker(this);
whena i compile this i get an error about "this" i dont think u can
use this in an application.
I would appreciate any help you can provide, if possible would someone
be able to provide some code examples please
Thanks in advance
Sam Wilson
Andrew Thompson - 13 Sep 2007 12:20 GMT
...
>I would appreciate any help you can provide, if possible would someone
>be able to provide some code examples please
Is that a question? Questions, in English, are commonly
followed the the question mark (?). Please make
appropriate use of it in future.
Having said that, there are any number of people here who
are happy to help with problems related to code, but usuually
they require some code (i.e. from you) to correct. This is not
a 'code generating help-desk'.

Signature
Andrew Thompson
http://www.athompson.info/andrew/
Andrew Thompson - 13 Sep 2007 12:27 GMT
> I am having some real problems ..
..interacting with people on usenet?
I am not surprised, what with the multi-posting
and all. The folks on usenet generally don't
like seeing their time and effort wasted by
multi-posters.
[ X-post to c.l.j.p./h. w/f-u to c.l.j.h. only. ]
Andrew T.
Knute Johnson - 13 Sep 2007 17:19 GMT
> I am having some real problems loading images in my application. I am
> trying to load an imange into an application so i can implement an
[quoted text clipped - 14 lines]
>
> Sam Wilson
Look here for code examples of how to load images:
www.knutejohnson.com
Unless you have to use an outdated compiler, I would use the ImageIO
class to do you image loading.

Signature
Knute Johnson
email s/nospam/knute/
Roedy Green - 14 Sep 2007 22:05 GMT
>I am having some real problems loading images in my application.
see http://mindprod.com/jgloss/image.html

Signature
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com