This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug awt/16729] Component.print() and Component.printAll() does not affect graphics parameter
- From: "mark at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 6 Aug 2006 23:24:25 -0000
- Subject: [Bug awt/16729] Component.print() and Component.printAll() does not affect graphics parameter
- References: <bug-16729-9022@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from mark at gcc dot gnu dot org 2006-08-06 23:24 -------
This seems to be partially fixed by:
2006-08-03 Sven de Marothy <sven@physto.se>
* gnu/java/awt/peer/gtk/ComponentGraphics.java
(grab, nativeGrab): New methods.
* include/gnu_java_awt_peer_gtk_ComponentGraphics.h
* native/jni/gtk-peer/gnu_java_awt_peer_gtk_ComponentGraphics.c
(nativeGrab): New method.
* gnu/java/awt/peer/gtk/GtkComponentPeer.java
(print): Implement.
* java/awt/Component.java
(printAll): Should call peer print method.
The part that not always seems to work is when the Component is not
(completely) visible.
--
mark at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sven at physto dot se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16729