What is the function of abstractaction class?



What is the function of abstractaction class?..

Answer / Anupam Chaudhary

AbstractAction in Swing is an implementation of Action that can respond to user events. It simplifies the creation of custom actions by handling common functionality such as event processing and keyboard support.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Swing Interview Questions

What is the what is the difference between invokeandwait() and invokelater()? ?

1 Answers  


What are the features of JFC?

1 Answers  


What is jfc swing in java?

1 Answers  


Why does JComponent have add() and remove() methods but Component does not?

1 Answers  


Which method of the Component class is used to set the position and size of a component?

1 Answers  


Which swing methods are thread-safe?

1 Answers  


What are the components of java swing?

1 Answers  


What are swings awt?

1 Answers  


what is the diff's between swing and applet?

17 Answers   Invictus, Patni,


What is the difference between a scrollbar and a jscrollpane ?

1 Answers  


Explain the difference between jfc & wfc.

1 Answers  


What is the class in swing to change the appearance of the frame in runtime?

1 Answers  


Categories