From owner-freebsd-java@FreeBSD.ORG Sat Feb 28 08:03:07 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22ED016A4CE for ; Sat, 28 Feb 2004 08:03:07 -0800 (PST) Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF38343D1F for ; Sat, 28 Feb 2004 08:03:06 -0800 (PST) (envelope-from bjorn@sccs.swarthmore.edu) Received: (qmail 18455 invoked from network); 28 Feb 2004 16:03:06 -0000 Received: from dsl027-161-202.atl1.dsl.speakeasy.net (HELO twiggy) ([216.27.161.202]) (envelope-sender )encrypted SMTP for ; 28 Feb 2004 16:03:06 -0000 Date: Sat, 28 Feb 2004 11:04:04 -0500 (EST) From: Bjorn Dittmer-Roche X-X-Sender: bjorn@twiggy.bjorn.is-a-geek.com To: Ronald Klop In-Reply-To: Message-ID: <20040228104945.M1081@twiggy.bjorn.is-a-geek.com> References: <20040226153218.E317@twiggy.bjorn.is-a-geek.com> <20040226181132.P25368@twiggy.bjorn.is-a-geek.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: java@freebsd.org Subject: Re: bug in jdk1.4 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Feb 2004 16:03:07 -0000 On Sat, 28 Feb 2004, Ronald Klop wrote: > On Thu, 26 Feb 2004 18:17:05 -0500 (EST), Bjorn Dittmer-Roche > wrote: > > > On Thu, 26 Feb 2004, Ronald Klop wrote: > > > >> On Thu, 26 Feb 2004 15:43:14 -0500 (EST), Bjorn Dittmer-Roche > >> wrote: > > [cut a report about dialogs appearing behind a window] > > > I tried a couple other WMs and only got this on KDE. I > > installed > > IceWM and also tried TWM, MWM, and something I can't remember > > what it was and it only happened on KDE. (BTW, I got stuck in > > "failsafe" because I couldn't input anything into the xterm. > > Should I file a bug report on that?) > > > > Anyway, thanks for your help. Since I don't have this problem with > > other apps, it might still be something with Java. What can I do now? > > I don't know. Maybe this link is related. > http://devel-home.kde.org/~kgpg/kwinfix.html Hmm, that does look promising.... I am adding a comment to the linked bug report on the KDE website. Nice find! > Or try if it also happens with other JDK's (blackdown or ibm). It din't happen with Blackdown's, but that was java 1.3. I couldn't get Blackdown's 1.4 to work. > Or put in an extra dialog.raise() call if that exists. That doesn't exists (or it does, but you can't really call when you need to), but I've used undocrated JFrames instead and that seems ok for my application, so I'm okay. Now I just want to make sure the right people know. Thanks for all your help! bjorn