answersLogoWhite

0


Best Answer

It is working, so you may have made an error, or your JRE/JDK version is too old, or whatever else.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why is event handling in java not working in Linux?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Definition of event handling in java?

When an application or a program keeps on monitoring and quickly responds to any action that occurs at the GUI interface ,like mouse movement, selecting an item in a list or entering a keyboard input and so on then such a scenario is termed as event handling. In java the events from the event sources are captured and they are sent to event listeners for respective actions to be taken.


What is the purpose of NoMatchException handling method in java?

java exception


What are two basic steps for event handling in java?

1.Implement the Listener interface and overrides its methods 2.Register the component with the Listener


What is difference between exception handling in C and Java?

Easy: there is no exception-handling in C.


What are listeners and how it is used in event handling?

Listeners are java classes which extend EventListener. Event handling is a process of notifying listeners of an event. For example if you click a button, the AWT thread will process the click and the button will notify any of it's relevant listeners of the event that just occurred, calling all the added ActionListeners actionPerformed functions. When events happen the system doesn't know who to tell about the actions. Telling everybody would be a waste. So listeners are required to be registered to the various Swing and AWT classes, as well as any custom listeners you may want to write, so as to know who should be told when something happens. Which is how the listener paradigm works thus implementing event handling (at least in Java).

Related questions

What are the advantages and disadvantages event handler to event properties?

what are the advantages and dis advantages of event handling in java


Does Linux support Java?

Yes. Linux is fully supported by Java.


Definition of event handling in java?

When an application or a program keeps on monitoring and quickly responds to any action that occurs at the GUI interface ,like mouse movement, selecting an item in a list or entering a keyboard input and so on then such a scenario is termed as event handling. In java the events from the event sources are captured and they are sent to event listeners for respective actions to be taken.


What is the purpose of NoMatchException handling method in java?

java exception


What are two basic steps for event handling in java?

1.Implement the Listener interface and overrides its methods 2.Register the component with the Listener


Does Linux have java support?

Yes. Most operating systems have some form of Java for them.


Is an understanding of Java necessary in order to use Linux?

No.


How do you get java on Wii?

install HBC and linux to your wii use wired networks to download java


Working of java ring?

working of java ring in detail.


Is an understanding of Java necessary in order to learn Linux?

No. Java (a programming language), is not a prerequisite for learning how to use any mainstream operating system (such as Windows, Mac OS, or Linux).


How you can download java?

For PC running Windows or Linux go to java.com. Macs already have java built-in


How do you run minecraft.jar in puppy Linux?

You need to have Java installed, then just run "java -jar minecraft.jar".