Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ Dialog
Method
Dialog
CodenameOne/src/com/codename1/ui/Dialog.java:204–207 ·
view source on GitHub ↗
(String title)
Source
from the content-addressed store, hash-verified
202
///
203
/// - `title`: the title of the dialog
204
public
Dialog(String title) {
205
this();
206
setTitle(title);
207
}
208
209
/// Constructs a Dialog with a title
210
///
Callers
nothing calls this directly
Calls
2
setTitle
Method · 0.95
initImpl
Method · 0.95
Tested by
no test coverage detected