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 |
What is the what is the difference between invokeandwait() and invokelater()? ?
What are the features of JFC?
What is jfc swing in java?
Why does JComponent have add() and remove() methods but Component does not?
Which method of the Component class is used to set the position and size of a component?
Which swing methods are thread-safe?
What are the components of java swing?
What are swings awt?
what is the diff's between swing and applet?
What is the difference between a scrollbar and a jscrollpane ?
Explain the difference between jfc & wfc.
What is the class in swing to change the appearance of the frame in runtime?