JDK-4710678 : SwingApplet demo does not print properly
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.4.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_2000
  • CPU: x86
  • Submitted: 2002-07-03
  • Updated: 2005-10-21
  • Resolved: 2005-10-21
Related Reports
Duplicate :  
Description
Name: dk106046			Date: 07/03/2002

java version "1.4.0_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0_01-b03)
Java HotSpot(TM) Client VM (build 1.4.0_01-b03, mixed mode)    

-Run SwingApplet using the appletviewer: appletviewer SwingApplet.html
-Check that you can see a button with the label "Hello, I'm a Swing Button!"
-Select print from the Applet menu and print to your default printer using paper size A4 (ISO/DIN & JIS).
-The printed output shows a button with the label "Hello, I'm a Swing Butt..." . 
 The end of the button label is not readable.

======================================================================

Comments
EVALUATION This has been fixed by 4352983.
21-10-2005

EVALUATION This is a result of the different drawing operators that are used. The current proposal is to make the print method effectively dump the screen. ###@###.### 2003-08-11
11-08-2003