?
-
Viewing the source code for JComboBox I see multiple documentation of
the such :
/**
* This protected field is implementation specific. Do not access
directly or override. Use the accessor methods instead.
Why do sun make the field protected if they encourage others to use the
accessor methods? Is it for the sake of true OOP to make the field
protected?
the such :
/**
* This protected field is implementation specific. Do not access
directly or override. Use the accessor methods instead.
Why do sun make the field protected if they encourage others to use the
accessor methods? Is it for the sake of true OOP to make the field
protected?