![]() |
Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
AbstractAction implements Action interface. In Action interface, the following fields (or Keys) are defined: In the API document, it says "SHORT_DESCRIPTION is used for storing a short description for the action, used for tooltip text". What does it actually means? If I create an object of class MyAction and add it to a menu bar, will the value of key "SHORT_DESCRIPTION" show as a tooltip? Example: // this will automatically show as tooltip text? Well... I tried, but it does not work. So how could these keys be used?
Replies: |
Sponsored Links
|