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