static L showingAWTObjectsOfType(Class theClass) swing { ret filter(c -> isShowing((Component) c), awtObjectsOfType(theClass)); }