bibliothek.util.workarounds
Interface Workaround

All Known Implementing Classes:
Java6Workaround

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.

Author:
Benjamin Sigg

Method Summary
 void markAsGlassPane(Component component)
          Called for any Component which is used as glass pane (as invisible panel).
 

Method Detail

markAsGlassPane

void markAsGlassPane(Component component)
Called for any Component which is used as glass pane (as invisible panel).

Parameters:
component - the component that is invisible