Hi,
Does someone know of a way to prevent mouse events from coalescing when
the VM is busy ? (for ARM jdk1.3.1)
Guillaume Pothier
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Troubl
THIS means that THIS class will be the ActionListener for that button. You
will therefore have to have an actionPerformed method within the class to
handle any events coming from that button. This is VERY different from the
way things were done in Java 1 and, in my experience, far more
efficient
class.
Best regards,
Maxx [EMAIL PROTECTED]
- Original Message -
From: Nicolas Raitman <[EMAIL PROTECTED]>
To: Java <[EMAIL PROTECTED]>
Sent: Thursday, October 05, 2000 7:38 PM
Subject: Events
> Hi to all. I am very lost with handling events in Java, so I have some
> qu
Hi to all. I am very lost with handling events in Java, so I have some
questions, suppose I have this:
It is an applet. Of course, most of the code has been omitted.
public void init()
{
Button button1;
button1 = new Button("OK")
add(button1);
button1.addActionListener(this); // in
>>>>> Bob Cadenza writes:
Bob> Hello,
Bob> As I previously posted, I can't get keyboard events to work with the
Bob> blackdown jdk117_v3. Can someone please test on your own versions to
Bob> see if the samething happens with you.
That's
Hello,
As I previously posted, I can't get keyboard events to work with the
blackdown jdk117_v3. Can someone please test on your own versions to
see if the samething happens with you.
Thanks,
Bob
import java.applet.*;
import java.awt.*;
import java.awt.event.*;
public class KeyTest ex
> I am using the Swing JWindow class which is a kind of java.awt.Window
> and therefore has not titlebar.
Under Linux the Windows and JWindows does not allow children to get focus.
This is also a Solaris problem...
If you use TextComponents or JTextComponents the input appears on the
console and
creen
slide, no titlebar, to advance. On Linux I get the full screen
slide, but the KeyListener doesn't get any events.
My first thought was focus differences, so I explicitly set focus (I
tried both requestFocus and grabFocus) no difference.
My only conclusion is the window manager (Window Mak
When using appletviewer with the Linux JDK 1.1.[56] ports, the key event
functions are never called, (ie key{Up,Down} in Java 1.0.2 type programs
and KeyListener in Java 1.1 type programs.)
A simple Java 1.0.2 test program demonstrates this, it works (prints the
messages) when ran as a applicatio
Greetings,
(Hello Mr Lei ! )AccleratorKey events methods are associated with
Menuitems, but now that I have Menubar how do I set hot heys. I tried the
same but it did not worked (Obvious ?). Help please...
with thanks
chetan . S
E-mail [EMAIL PROTECTED]
WEB PAGE - http
10 matches
Mail list logo