| |
|
| javax.swing.JFrame test.samples.lafwidget.clientprop.TextEditContextMenu
TextEditContextMenu | public class TextEditContextMenu extends JFrame (Code) | | Test application that shows the use of the
LafWidget.TEXT_EDIT_CONTEXT_MENU client property.
author: Kirill Grouchnikov See Also: LafWidget.TEXT_EDIT_CONTEXT_MENU |
Method Summary | |
public static void | main(String[] args) The main method for this sample. |
TextEditContextMenu | public TextEditContextMenu()(Code) | | Creates the main frame for this sample.
|
main | public static void main(String[] args) throws Exception(Code) | | The main method for this sample. The arguments are
ignored.
Parameters: args - Ignored. throws: Exception - If some exception occured. Note that there is no specialtreatment of exception conditions in this sample code. |
|
|
|