| Package | Description |
|---|---|
| com.codename1.ui.plaf |
Look of the application can be fully customized via this package, it represents
a rendering layer that can be plugged in separately in runtime and themed to
provide any custom look.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLookAndFeel
Deprecated.
this class is still crucial for some features in Codename One. The deprecation is here to indicate
our desire to reduce usage/reliance on this class.
|
| Modifier and Type | Method and Description |
|---|---|
LookAndFeel |
UIManager.getLookAndFeel()
Returns the currently installed look and feel
|
| Modifier and Type | Method and Description |
|---|---|
void |
UIManager.setLookAndFeel(LookAndFeel plaf)
Sets the currently installed look and feel
|
Copyright © 2021. All rights reserved.