> The rendering of the directory names are handled as JLabel w.r.t Look and 
> feel and also either Details/List view. Though FilePane creates basic 
> rendering for these two few Look and Feel define their own renderers and also 
> ComboBox Directory directory name view. Since HTML filtering is not taken 
> care in any of these renderers, JLabel renders them as HTML document if 
> nothing is set or specified.
> The fix is to get "html.disable" property from JFileChooser and set the same 
> to JLabel component which renders and set Directory name. Hence applications 
> can either enable/disable this property and control HTML rendering of 
> directory name.

Tejesh R has updated the pull request incrementally with one additional commit 
since the last revision:

  Updated review comments

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/24439/files
  - new: https://git.openjdk.org/jdk/pull/24439/files/4f8c759a..5157249b

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=24439&range=04
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=24439&range=03-04

  Stats: 25 lines in 1 file changed: 8 ins; 0 del; 17 mod
  Patch: https://git.openjdk.org/jdk/pull/24439.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/24439/head:pull/24439

PR: https://git.openjdk.org/jdk/pull/24439

Reply via email to