From owner-freebsd-java Thu Aug 30 7:31:45 2001 Delivered-To: freebsd-java@freebsd.org Received: from daedalus.cs.brandeis.edu (daedalus.cs.brandeis.edu [129.64.3.179]) by hub.freebsd.org (Postfix) with ESMTP id 7394337B406 for ; Thu, 30 Aug 2001 07:31:43 -0700 (PDT) (envelope-from meshko@daedalus.cs.brandeis.edu) Received: from localhost (meshko@localhost) by daedalus.cs.brandeis.edu (8.9.3/8.9.3) with ESMTP id KAA09155; Thu, 30 Aug 2001 10:31:36 -0400 Date: Thu, 30 Aug 2001 10:31:36 -0400 (EDT) From: Mikhail Kruk To: "Valeriy E. Ushakov" Cc: Subject: Re: jdk1.3.1 socket problem In-Reply-To: <20010830182553.C4842@snark.ptc.spbu.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > > Just tried that with fvwm2 and result didn't change. I don't have > > time to try other wm's now. > > The problem is that AWT has this concept of "insets" that was borrowed > from win32 (window rect vs. client rect.) and it is *absolutely* > foreign to X11 where the "insets" are WM decorations. > > So WM-related code in AWT goes through a lot of hoops and guesswork to > emulate the "insets" and that code only really works for some WMs. > Gory details are in awt_TopLevel.c (have the barf bag readied). Well, the thing is that linux-jdk 1.3.0 works fine. Besides the problem is that contents of the window shifts *significantly* inside the window (in many cases it is completely out of the view) I'm afraid this might be a different issue. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message