Java, separator between JMenuBar and other components -



Java, separator between JMenuBar and other components -

in java swing how can alter color of separator between jmenubar , other components. alternatively remove separator.

afaiu:

jmenubar.setborder(borderfactory.createlineborder(color.black));

java separator jmenubar

Comments

Popular posts from this blog

javascript - mongodb won't find my schema method in nested container -

Hibernate criteria by a list of natural ids -

ios - Lagging ScrollView with UIWebview inside -