Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用系统 LaF 的 Swing 组件 JList 在当前选定或聚焦的项目周围有一个虚线边框。
有没有办法完全从选定的项目中删除边框?
对于许多外观,您可以通过设置以下 UI 属性来简单地移除焦点边框:
UIManager.put("List.focusCellHighlightBorder", BorderFactory.createEmptyBorder());