static int getHeight(Component c) { ret c == null ? 0 : swingCall(c, 'getHeight); }