Date: Wed, 3 Oct 2001 18:38:34 +0200 From: Wojciech Sobczuk <sopel@freebsd.hbz.pl> To: freebsd-java@freebsd.org Subject: bug Message-ID: <20011003183834.A74648@freebsd.hbz.pl>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011003183834.A74648>
