4344454647484950515253
/** * @deprecated since 2.0.0. This is a workaround. */ @Deprecated public LabelWithAccessKey(final String label) { this(new SupportsAccessKey() { public Character getAccessKey() { return null; } public String getLabel() {