| Package | Description |
|---|---|
| com.codename1.ui.util |
Utility features that are either too domain specific or don't "fit" into any
other packages including the Resource file format loading API.
|
| Modifier and Type | Method and Description |
|---|---|
static UITimer |
UITimer.timer(int timeMillis,
boolean repeat,
Form parent,
Runnable r)
Convenience method to schedule a UITimer more easily
|
static UITimer |
UITimer.timer(int timeMillis,
boolean repeat,
Runnable r)
Convenience method to schedule a UITimer more easily on the current form
|
Copyright © 2023. All rights reserved.