MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / setGlassPane

Method setGlassPane

CodenameOne/src/com/codename1/ui/Form.java:1215–1218  ·  view source on GitHub ↗
(Painter glassPane)

Source from the content-addressed store, hash-verified

1213 /// - `glassPane`: @param glassPane a new glass pane to install. It is generally recommended to
1214 /// use a painter chain if more than one painter is required.
1215 public void setGlassPane(Painter glassPane) {
1216 this.glassPane = glassPane;
1217 repaint();
1218 }
1219
1220 /// Allows modifying the title attributes beyond style (e.g. setting icon/alignment etc.)
1221 ///

Callers 15

highlightComponentMethod · 0.95
runAppearanceMethod · 0.95
valueChangedMethod · 0.95
installMethod · 0.80
unInstallMethod · 0.80
setMenuGlassPaneMethod · 0.80
animateMethod · 0.80
setValidMethod · 0.80
installGlassPaneMethod · 0.80
removeGlassPaneMethod · 0.80
startBackTransitionMethod · 0.80

Calls 1

repaintMethod · 0.95