public static interface FrameManager.SafeLayerComponent
JLayeredPane layer
(popups, overlays, etc.) that overlaps a frame participant on every tick because the frame
participant could have changed underneath the overlay which would require that the
overlay be repainted. If the application knows that the frame participant beneath the
overlay will never change, it can have its overlay implement this interface and avoid the
expense of forcibly fully repainting the overlay on every frame.Copyright © 2015. All rights reserved.