Interface Overlayable

All Superinterfaces:
SwingConstants
All Known Implementing Classes:
DefaultOverlayable

public interface Overlayable extends SwingConstants
Overlayable provides a way to add a number of components on top of another component as the overlay components. Usually we make a component implementing Overlayable interface although it is not required. This interface will allow user to add/remove other components as overlay components and set their location independently.