mouse events coalescing

2001-08-24 Thread Guillaume Pothier
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

Re: Events

2000-10-05 Thread Mark Ogden
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

Re: Events

2000-10-05 Thread Alex Sofronie
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

Events

2000-10-05 Thread Nicolas Raitman
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

Re: KeyBoard events don't work in jdk117_3.

1999-07-26 Thread Juergen Kreileder
>>>>> 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

KeyBoard events don't work in jdk117_3.

1999-07-25 Thread Bob Cadenza
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

Re: No events from KeyListener on a JWindow (unlike Win32)

1999-01-01 Thread Kalimero
> 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

No events from KeyListener on a JWindow (unlike Win32)

1999-01-01 Thread Jon Priddey
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

Key events never sent to applet

1998-07-02 Thread relnev
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

Acclerator Key events

1998-06-09 Thread Chetan Kumar
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