JDK-4363268 : Java Plug-in not rendering correctly on windows Browsers (IE5 & Opera4)
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 1.3.0
  • Priority: P5
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_nt
  • CPU: x86
  • Submitted: 2000-08-16
  • Updated: 2000-08-19
  • Resolved: 2000-08-19
Related Reports
Duplicate :  
Description

Name: skT45625			Date: 08/16/2000


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 Opera 4.02 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) 
======================================================================

Comments
WORK AROUND Name: skT45625 Date: 08/16/2000 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 ======================================================================
11-06-2004

EVALUATION This is a Java 2D problem. See #4280257. stanley.ho@Eng 2000-08-18
18-08-2000