..
> I'm having trouble with a Java Applet
URL? Where can we see this applet?
>... that is residing on a normal .NET page.
What is that? Are you referring to HTML?
>...The Java Applet sometimes seems
What is the Java console reporting?
> ...to fail ...
Which OS/Browser/VM* combination are you using? [1]
(* make and version)
>...to refresh - this only
> happens sometimes and can easily be fixed by minimizing and mazimizing
> the window so it's definitely retrieving the data okay.
>
> It this just an IE
Aha! [1] One of the six questions above answered,
what about the other 5?
>..issue with Java Applets or is there a way to force
> it to refresh the screen properly?
Probably. I suspect the problem is in your code though,
you might link to the SSCCE that displays this problem.
[ Please read the other threads in the group. ]
> Hi,
>
[quoted text clipped - 5 lines]
> It this just an IE issue with Java Applets or is there a way to force
> it to refresh the screen properly?
I think you mean "paint" rather than "refresh". "paint" refers to
drawing stuff on the screen. If you use improper terminology you might
confuse people who might otherwise have been able to help you find a
solution.
Also, what is a "normal .NET page"? Are you saying you've got a page
generated via ASP.NET that hosts an applet? Does the issue fix itself when
you move the applet onto a static, plain, vanilla HTML page?
- Oliver