<Swing Dev> RFR: 8264218: Public method javax.swing.JMenu.setComponentOrientation() has no spec
Sergey Bylokhov
serb at openjdk.java.net
Sat Mar 27 01:23:25 UTC 2021
On Fri, 26 Mar 2021 11:30:35 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:
> A public overriding method JMenu.setComponentOrientation(java.awt.ComponentOrientation)
> has no spec.
> Added spec for the method.
Looks like the JavaDoc bug, the spec was there in jdk7:
https://docs.oracle.com/javase/7/docs/api/javax/swing/JMenu.html#setComponentOrientation(java.awt.ComponentOrientation)
-------------
PR: https://git.openjdk.java.net/jdk/pull/3213
More information about the swing-dev
mailing list