Вопрос

in Java Swing how can I change the color of the separator between JMenuBar and other components. Alternatively I would like to remove the separator.

Это было полезно?

Решение

AFAIU:

jMenuBar.setBorder(BorderFactory.createLineBorder(Color.black));
Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top