From owner-freebsd-java Sat Sep 1 7:53: 4 2001 Delivered-To: freebsd-java@freebsd.org Received: from snark.ptc.spbu.ru (snark.ptc.spbu.ru [195.19.225.131]) by hub.freebsd.org (Postfix) with ESMTP id 784AA37B407 for ; Sat, 1 Sep 2001 07:53:00 -0700 (PDT) Received: (from uwe@localhost) by snark.ptc.spbu.ru (8.8.8+Sun/8.8.8) id SAA09208 for freebsd-java@freebsd.org; Sat, 1 Sep 2001 18:52:46 +0400 (MSD) Date: Sat, 1 Sep 2001 18:52:46 +0400 From: "Valeriy E. Ushakov" To: freebsd-java@freebsd.org Subject: Re: jdk 1.3.1 and .resizeable(false) Message-ID: <20010901185246.D7086@snark.ptc.spbu.ru> Mail-Followup-To: freebsd-java@freebsd.org References: <20010901143930.H26376@mad.hazardous.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.3i In-Reply-To: <20010901143930.H26376@mad.hazardous.org>; from "Felix Kronlage" on Sat, Sep 01, 2001 at 14:39:30 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 On Sat, Sep 01, 2001 at 14:39:30 +0200, Felix Kronlage wrote: > somehow Swing-Components (JFrame for example) end up being 1 x 1 > (thus not really visible) if they're set to be resizeable(false). > The same happens on my Free and on my OpenBSD box with the > linux-jdk1.3.1 . Is this a known-issue? (any work-around except for > setting the components on resizeable(true) ?) Try setting setResizable(false) before a peer is created (nb: pack() calls addNotify). Also try another window manager - AWT really sucks in the WM department. I think Enlightenment or WindowMaker might give good results. PS: Can you check if the problem exists in jdk1.4 beta2? SY, Uwe -- uwe@ptc.spbu.ru | Zu Grunde kommen http://www.ptc.spbu.ru/~uwe/ | Ist zu Grunde gehen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message