|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Workaround
A Workaround provides code to workaround an issue that is only present in some versions of the
JRE or in some libraries.
| Method Summary | |
|---|---|
boolean |
makeTransparent(Window window)
Makes the window window transparent. |
void |
markAsGlassPane(Component component)
Called for any Component which is used as glass pane (as invisible panel). |
| Method Detail |
|---|
void markAsGlassPane(Component component)
Component which is used as glass pane (as invisible panel).
component - the component that is invisibleboolean makeTransparent(Window window)
window transparent. See Workarounds.makeTransparent(Window) for a more
detailed description.
window - the window that should be transparent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||