Hello Swing Dev team! I have a question about an accessibility problem in some standard java classes. We are fixing these problems in Analyzer GUI, and noticed that we use javax.swing.plaf.synth.SynthSplitPaneDivider, which does not implement Accessible. Here is what Accessibility Helper says:
Doesn't implement Accessible : Class: javax.swing.plaf.synth.SynthSplitPaneDivider { } Class: javax.swing.plaf.synth.SynthSplitPaneDivider { } Class: javax.swing.plaf.synth.SynthSplitPaneDivider { } Do you know how to find out if this is a known bug? If yes, probably there is a workaround in the bug report. If not, I think I have to file a bug against java. Correct? Thanks, Nik