FVWM Bug Tracking notification new message incoming/741
Message summary for PR#741 From: [EMAIL PROTECTED] Subject: >(B appears before every Java Window Date: Mon, 16 Jul 2001 07:31:57 -0500 0 replies 0 followups ====> ORIGINAL MESSAGE FOLLOWS <==== >From [EMAIL PROTECTED] Mon Jul 16 07:31:59 2001 Received: from karazm.math.uh.edu ([129.7.128.1]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 15M7Xa-000561-00 for [EMAIL PROTECTED]; Mon, 16 Jul 2001 07:31:58 -0500 Received: from malifon.math.uh.edu (IDENT:[EMAIL PROTECTED] [129.7.128.13]) by karazm.math.uh.edu (8.9.3/8.9.3) with ESMTP id HAA26244 for <[EMAIL PROTECTED]>; Mon, 16 Jul 2001 07:31:58 -0500 (CDT) From: [EMAIL PROTECTED] Received: from localhost ([127.0.0.1] ident=65534) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 15M7XZ-00055x-00 for [EMAIL PROTECTED]; Mon, 16 Jul 2001 07:31:57 -0500 To: [EMAIL PROTECTED] Subject: >(B appears before every Java Window X-RBL-Warning: (relays.orbs.org) MAIL BLOCKED; See http://www.e-scrub.com/orbs/ Message-Id: <[EMAIL PROTECTED]> Date: Mon, 16 Jul 2001 07:31:57 -0500 Full_Name: Keith Spainhour Version: 2.4.0 CVS_Date: OS: Solaris 8 X_Server: Submission from: (NULL) (64.102.86.89) Using Java 1.3.1 and Java 1.4 Beta, all Java Windows, (JFrame, JWindow) begin with >(B and then the window title. Sun claims this is a FVWM bug. I have not seen this on any other window manager. Here is a url to a picture of a window: http://www.employees.org/~keiths/WindowTest.gif Here is ths java source code to reproduce: import javax.swing.*; public class WindowTest { static void main (String[] args) { JFrame win = new JFrame (); win.getContentPane().add (new JLabel ("Test the JWindow")); win.setSize (200, 200); win.pack(); win.show (); } } -- Visit the official FVWM web page at <URL:http://www.fvwm.org/>. To unsubscribe from the list, send "unsubscribe fvwm-workers" in the body of a message to [EMAIL PROTECTED] To report problems, send mail to [EMAIL PROTECTED]