| |
|
| javax.swing.JFrame test.samples.lafwidget.clientprop.TextSelectOnFocus
TextSelectOnFocus | public class TextSelectOnFocus extends JFrame (Code) | | Test application that shows the use of the
LafWidget.TEXT_SELECT_ON_FOCUS client property.
author: Kirill Grouchnikov See Also: LafWidget.TEXT_SELECT_ON_FOCUS |
Constructor Summary | |
public | TextSelectOnFocus() Creates the main frame for this sample. |
Method Summary | |
public static void | main(String[] args) The main method for this sample. |
TextSelectOnFocus | public TextSelectOnFocus()(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. |
|
|
|