(Painter glassPane)
| 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 | /// |