bibliothek.util.workarounds
Class Java7Workaround

java.lang.Object
  extended by bibliothek.util.workarounds.Java6Workaround
      extended by bibliothek.util.workarounds.Java7Workaround
All Implemented Interfaces:
Workaround

public class Java7Workaround
extends Java6Workaround

Workarounds necessary for Java 1.7.

Author:
Benjamin Sigg

Constructor Summary
Java7Workaround()
           
 
Method Summary
 boolean makeTransparent(Window window)
          Makes the window window transparent.
 
Methods inherited from class bibliothek.util.workarounds.Java6Workaround
isPrintWarnings, markAsGlassPane, setPrintWarnings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Java7Workaround

public Java7Workaround()
Method Detail

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