From owner-freebsd-java Wed Oct 3 9:38:34 2001 Delivered-To: freebsd-java@freebsd.org Received: from freebsd.hbz.pl (freebsd.hbz.pl [213.77.124.5]) by hub.freebsd.org (Postfix) with ESMTP id E27F637B406 for ; Wed, 3 Oct 2001 09:38:30 -0700 (PDT) Received: by freebsd.hbz.pl (Postfix, from userid 1002) id 0D5861B7E65; Wed, 3 Oct 2001 18:38:35 +0200 (CEST) Date: Wed, 3 Oct 2001 18:38:34 +0200 From: Wojciech Sobczuk To: freebsd-java@freebsd.org Subject: bug Message-ID: <20011003183834.A74648@freebsd.hbz.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i 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 hello, i think i've found a jdk bug. i'm running: 4.4-STABLE FreeBSD 4.4-STABLE #2: Tue Sep 18 15:39:05 GMT 2001 with XFree 4.0.2 and: java version "1.3.1-internal" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-internal-wojtek-011002-12:49) Classic VM (build 1.3.1-internal-wojtek-011002-12:49, green threads, nojit) i'm doing swing programming. when i do: public MyClass extends JFrame { ... } MyClass obj = new MyClass(); ... here i configure the frame (add buttons etc.) obj.show() -- window shows up obj.hide() -- window minimizes obj.show() -- nothing happens, the window remains minimized, and it should show up. i tested the same code under Windows ME and the window showed up, so it seems like a FreeBSD jdk bug. i hope that this is enough to identify if it's a bug and fix it if it's one. let me know if you have further questions. greetings, Wojtek To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message