customizeAuthorPopUpMenu
Posted: Mon Apr 04, 2022 8:38 am
Hello Team , We have our oxygen plugin implemented with Menu , and the overridden as
@Override
public void customizeAuthorPopUpMenu(JPopupMenu popup,
AuthorAccess authorAccess) {
// Add our custom action
popup.add(CustomAction);
}
for Custom Menu , how do i change the Background color of Menu option on select for example on select "Welcome" by default the bg color is blue , wanted to change that , please help me here.
and also for javax swing components how can we handle the style sheets ? as like web apps , i Know this is something related to java , was just checking is there anything samples already that oxygenxml has?
Thanks,
vishwa
@Override
public void customizeAuthorPopUpMenu(JPopupMenu popup,
AuthorAccess authorAccess) {
// Add our custom action
popup.add(CustomAction);
}
for Custom Menu , how do i change the Background color of Menu option on select for example on select "Welcome" by default the bg color is blue , wanted to change that , please help me here.
and also for javax swing components how can we handle the style sheets ? as like web apps , i Know this is something related to java , was just checking is there anything samples already that oxygenxml has?
Thanks,
vishwa