[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug swing/23503] New: error when displaying empty window with bound lar
From: |
mayouan at hotmail dot com |
Subject: |
[Bug swing/23503] New: error when displaying empty window with bound larger than the displayed content |
Date: |
20 Aug 2005 22:21:44 -0000 |
gij (GNU libgcj) version 4.0.2 20050816 (prerelease) (Debian 4.0.1-5)
on debian/cid this code:
javax.swing.JFrame gg = new javax.swing.JFrame();
gg.setBounds(200, 200, 200, 200);
gg.setVisible(true);
gives me:
** ERROR **: file
../../../src/libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkImage.c: line 572
(createRawData): assertion failed: (data_fid != 0)
aborting...
--
Summary: error when displaying empty window with bound larger
than the displayed content
Product: classpath
Version: 0.17
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: swing
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: mayouan at hotmail dot com
CC: bug-classpath at gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23503
- [Bug swing/23503] New: error when displaying empty window with bound larger than the displayed content,
mayouan at hotmail dot com <=