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.
JMenuBarJava Swingで、他のコンポーネント間のセパレータの色を変更するにはどうすればよいですか。または、セパレーターを取り外したいと思います。
JMenuBar
AFAIU:
jMenuBar.setBorder(BorderFactory.createLineBorder(Color.black));