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