From owner-freebsd-java Thu Sep 10 17:37:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA07388 for freebsd-java-outgoing; Thu, 10 Sep 1998 17:37:30 -0700 (PDT) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA07372 for ; Thu, 10 Sep 1998 17:37:27 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id SAA08082; Thu, 10 Sep 1998 18:37:17 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id SAA02032; Thu, 10 Sep 1998 18:37:02 -0600 Date: Thu, 10 Sep 1998 18:37:02 -0600 Message-Id: <199809110037.SAA02032@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Devadas Patil Cc: freebsd-java@FreeBSD.ORG Subject: Re: jfc apps on freeBSD In-Reply-To: <3.0.32.19980910111709.006bfb28@pita.cisco.com> References: <3.0.32.19980910111709.006bfb28@pita.cisco.com> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > My JFC application that works acceptably on other platforms > has the following problems on FreeBSD: Hmm, this is strange. My JFC application works fine under FreeBSD, although performance is less than stellar. > 1. The main dialog (JFrame) does not want to resize Is it a dialog of a Frame? I can resize my JFrame code w/no problem. > 2. Child modal dialogs do not display the title even though a title has > been asigned. They simply display "Untitled ..." This is probably a bug with the JDK and your window manager. Titles were messed up and we fixed most of them, but there are probably other fixes that didn't get finished. > 3. Even though I specify an image for iconification, it does not display > it when iconified. ??? Can you give some example code so we can test this? > 4. Accelerator keys do not seem to respond to (Alt) combinations. I have > experienced this problem on other UNIX flavors too. AFAIK, Accelerators don't work reliably under unix. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message