Revision history [back]

click to hide/show revision 1
initial version

answered 2018-04-16 22:41:07 +0800

pavelEW gravatar image pavelEW

Blockquote @Override public void setLabel(String label) { if (label == null) { label = "not selected"; } super.setLabel(label); } Blockquote Tried the sane code, doesn't work as I need

Blockquote @Override public void setLabel(String @Override public void setLabel(String label) { if (label == null) { label = "not selected"; } super.setLabel(label); } Blockquote super.setLabel(label); }

Tried the sane code, doesn't work as I need

@Override public void setLabel(String label) { if (label == null) { label = "not selected"; } super.setLabel(label); }

Tried the sane same code, doesn't work as I need

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More