public interface CustomUIProvider
Modifier and Type | Method and Description |
---|---|
JButton |
getButton(String resource)
Creates a JButton.
|
JLabel |
getLabel(String text)
Creates a JLabel.
|
JList |
getList()
Creates a JList.
|
JTextField |
getTextField()
Creates a JTextField.
|
JButton getButton(String resource)
resource
- The resource text for this buttonJTextField getTextField()
JLabel getLabel(String text)
text
- The text for the LabelJList getList()
Copyright © 2016. All rights reserved.