From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15975 invoked by alias); 26 Jul 2004 23:20:20 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 15960 invoked by uid 48); 26 Jul 2004 23:20:20 -0000 Date: Mon, 26 Jul 2004 23:20:00 -0000 From: "myersj at gmail dot com" To: java-prs@gcc.gnu.org Message-ID: <20040726232019.16729.myersj@gmail.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug AWT/16729] New: Component.print() and Component.printAll() does not affect graphics parameter X-Bugzilla-Reason: CC X-SW-Source: 2004-q3/txt/msg00111.txt.bz2 List-Id: The print and printAll methods on Component are meant to paint the given component and its children onto the graphics context. This is very useful for performing captures of gui images. The current implementation of print simply paints the GTK AWT peer without effecting the graphics context. When resolving this issue, please make sure that the solution will properly print when the component is not visble on screen (hidden behind other windows or off the edge of the screen). This may require some monkeying with the double buffer support in GTK. -- Summary: Component.print() and Component.printAll() does not affect graphics parameter Product: gcc Version: 3.3.3 Status: UNCONFIRMED Severity: normal Priority: P2 Component: AWT AssignedTo: fitzsim at redhat dot com ReportedBy: myersj at gmail dot com CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu dot org GCC build triplet: i686-pc-linux GCC host triplet: i686-pc-linux GCC target triplet: i686-pc-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16729