This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug awt/16729] Component.print() and Component.printAll() does not affect graphics parameter



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]