JFileChooserのPlacesBarを非表示にする
Total: 6633
, Today: 1
, Yesterday: 1
Posted by aterai at
Last-modified:
Summary
JFileChooser
(WindowsLookAndFeel
)のPlacesBar
を非表示にします。
Screenshot
Advertisement
Source Code Examples
Explanation
上記のサンプルでは、PlacesBar
(WindowsLookAndFeel
を使用している場合にJFileChooser
の左側に表示されるパネル)が非表示になるようにUIManager.put("FileChooser.noPlacesBar", Boolean.TRUE)
を指定しています。
WindowsLookAndFeel
以外のJFileChooser
場合、このFileChooser.noPlacesBar
の指定は無視される