Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Dispatching Events


  • From: grsmani@xxxxxxxxxxxxxxxx (G Ramasubramani)
  • Subject: Dispatching Events
  • Date: Mon, 30 Aug 1999 19:07:13 +0530

Hi folks,
    Say I have a JTextArea and want to generate a
particular KeyPressed Event. Is it enough if a
construct a new KeyEvent and then call
JTextArea.dispatchEvent(KeyEvent)?
    Are there any more steps to be executed?

Thanks and regards,
Rama