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
Post a Comment