bibliothek.util.workarounds
Class Java7Workaround
java.lang.Object
bibliothek.util.workarounds.Java6Workaround
bibliothek.util.workarounds.Java7Workaround
- All Implemented Interfaces:
- Workaround
public class Java7Workaround
- extends Java6Workaround
Workarounds necessary for Java 1.7.
- Author:
- Benjamin Sigg
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Java7Workaround
public Java7Workaround()
makeTransparent
public boolean makeTransparent(Window window)
- Description copied from interface:
Workaround
- Makes the window
window transparent. See Workarounds.makeTransparent(Window) for a more
detailed description.
- Specified by:
makeTransparent in interface Workaround- Overrides:
makeTransparent in class Java6Workaround
- Parameters:
window - the window that should be transparent
- Returns:
- whether the window is now transparent or not