static boolean hasOpaqueBeenExplicitlySet(final JComponent c) { final Method method = getJComponentGetFlagMethod.get(); if (method == null) return false; try { return Boolean.TRUE.equals(method.invoke(c, OPAQUE_SET_FLAG)); } catch (final Throwable ignored) { return false; } }
private static boolean animationsEnabled() { return enableAnimations.get(); }
static Creator getCImageCreator() { return cImageCreator.get(); }