|
Bug ID:
|
4363268
|
|
Votes
|
0
|
|
Synopsis
|
Java Plug-in not rendering correctly on windows Browsers (IE5 & Opera4)
|
|
Category
|
java_plugin:other
|
|
Reported Against
|
1.3
|
|
Release Fixed
|
|
|
State
|
11-Closed, duplicate of 4280257,
bug
|
|
Priority:
|
5-Very Low
|
|
Related Bugs
|
4280257
|
|
Submit Date
|
16-AUG-2000
|
|
Description
|
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)
Applets displayed either with the IE5 or customer 4. customer browsers using the JDK1.3
Plug-in are severely dithered and unuseable when the browser host machine's display is set to display 256 colors.
This appears to only happen with Swing Classes - A "normal" awt Applet
doesn't appear to have this problem
(Review ID: 108528)
======================================================================
|
|
Work Around
|
Add the following to the JApplet
public void paint(Graphics g) {
g.setPaintMode();
super.paint(g);
}
Then when the applet is first rendered and the first time it receives focus
it will flash momentarily and dieplay properly
======================================================================
|
|
Evaluation
|
This is a Java 2D problem. See #4280257.
xxxxx@xxxxx 2000-08-18
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|