Class WindowSizeLimiter

  • All Implemented Interfaces:
    ComponentListener, EventListener

    public class WindowSizeLimiter
    extends ComponentAdapter
    A small helper class to limit the maximum size of an element to the elements maximum size. If the element is resized, the defined maximum size is enforced on the element.
    Author:
    Thomas Morgner