| Package | Description |
|---|---|
| com.codename1.ui |
Main widget package containing the component/container "composite" similar
both in terminology and design to Swing/AWT.
|
| Modifier and Type | Method and Description |
|---|---|
Tabs |
Tabs.addTab(String title,
char materialIcon,
float iconSize,
Component component)
Adds a
component
represented by a title and/or icon,
either of which can be null. |
Tabs |
Tabs.addTab(String title,
char icon,
Font font,
float iconSize,
Component component)
Adds a
component
represented by a title and/or icon,
either of which can be null. |
Tabs |
Tabs.addTab(String title,
Image icon,
Image pressedIcon,
Component component)
Adds a
component
represented by a title and/or icon,
either of which can be null. |
Copyright © 2022. All rights reserved.