On Mon, 11 Jun 2001, Markus Suing wrote:
> to deal with the bug no 4389172 from sun~s bug database (description
> see below) I need to know which c++ - compiler was used to compile
> the blackdown jdk1.3.0. Was it the gcc ? What was the version of
> the compiler ? Were any specific options whic
Hi,
to deal with the bug no 4389172 from sun~s bug database (description see
below) I need to know
which c++ - compiler was used to compile the blackdown jdk1.3.0.
Was it the gcc ? What was the version of the compiler ?
Were any specific options which have influence on RTTI or exception
handling
On Mon, Jun 11, 2001 at 12:29:24AM -0700, brEezE wrote:
> Hi, is there a way that i can catch the event when
> user click on the title bar of a
> JFrame/JInternalFrame?
Definitely not for JFrame - that's under control of the windowing system,
not Java, and the windowing system doesn't pass that i
Hi, is there a way that i can catch the event when
user click on the title bar of a
JFrame/JInternalFrame?
I have search through the API and couldn't find
anything that is related.
Adding a mouse listener to the frame will only fire
the mouseClicked event when clicking on the window's
border, not