Hi Marc,
> Is there any good reason not to remove the “final” modifier from the
class definition?
Providing extensibility is not as simple as "removing the final
modifier". This would be an API change that needs to be motivated and
discussed just like any other API change. That discussion ne
Hi All,
There is an open Enhancement issue
(https://bugs.openjdk.org/browse/JDK-8090467), back from 2011, to allow
extending from the NumberAxis class.
We (at Vector Germany) want to extend from NumberAxis to overwrite the
implementations of "calculateTickValues" and "calculateMinorTickMarks"