From owner-freebsd-java@FreeBSD.ORG Thu Oct 6 21:26:25 2005 Return-Path: X-Original-To: freebsd-java@freebsd.org 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 A445816A421 for ; Thu, 6 Oct 2005 21:26:25 +0000 (GMT) (envelope-from alex@kiesel.name) Received: from xhantos.de (xhantos.de [82.165.42.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18F0543D5A for ; Thu, 6 Oct 2005 21:26:23 +0000 (GMT) (envelope-from alex@kiesel.name) Received: from boost.home.ahk (p54A3134B.dip0.t-ipconnect.de [84.163.19.75]) by xhantos.de (Postfix) with ESMTP id C655A9B422; Thu, 6 Oct 2005 23:26:27 +0200 (CEST) From: Alex Kiesel To: left In-Reply-To: <1127499328.680.14.camel@beastie.intranet.cesar.org.br> References: <4331E09E.5010901@finzsoft.com> <20050922201424.GD56570@misty.eyesbeyond.com> <200509231411.07398.antonin.bonte@gmail.com> <1127499328.680.14.camel@beastie.intranet.cesar.org.br> Content-Type: text/plain Date: Thu, 06 Oct 2005 23:26:21 +0200 Message-Id: <1128633981.685.9.camel@boost.home.ahk> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-java@freebsd.org Subject: Re: JDK 1.5.0p2: Swing and the Keyboard. X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2005 21:26:25 -0000 On Fri, 2005-09-23 at 15:15 -0300, left wrote: > Hi, > > I have the same problem related to the backspace key when running Swing > applications. But if I turn off the numerical keyboard, all the keys > works :( I am using jdk-1.5.0p2 (p1 doesn't work too) on 5.4-RELEASE-p4. > Using jdk-1.4.2p7_1 the problem doesn't occur. Thanks; I have the same problem, the Numpad hint made it work for me. There is another issue: Java applications only draw window decorations for dialog-boxes or child-windows within applications, but they do not draw the content. Moving the window around renders the content. I think if I do not move a child-window, it remains there forever. Someone seeing this, too? Regards, -Alex