RFR: 4365952: Cannot disable JFileChooser

Tejesh R tr at openjdk.org
Tue Oct 10 06:42:09 UTC 2023


On Tue, 10 Oct 2023 06:22:29 GMT, Tejesh R <tr at openjdk.org> wrote:

> Can't we call `disableEvents ` in JFileChooser.updateUI() if JFileChooser is disabled instead of changing in all *UI classes?
Also components disable is handled at UI classes (button, border etc), none of the places `disableEvents ` is used. So not sure if it can be used.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/16068#issuecomment-1754497778


More information about the client-libs-dev mailing list