Need a help with Oxygen Editor applying global tooltip font and color defind in plugin
Posted: Wed Sep 18, 2024 4:19 pm
Hello Team ,
We have a oxygen plugin and where we have implemented a lookandfeel and set some global styles for different swing components.
UIManager.put("ToolTip.background", "some color");
UIManager.put("ToolTip.font", new somestyle(););
UIManager.put("ToolTip.border", BorderFactory.createEmptyBorder());
these changes also affecting the DITA maps manger in oxygen editor when we open the plugin as shown below - see the color and font applied is there any settings that oxygen can ignore these ?
Thanks,
vishwa
We have a oxygen plugin and where we have implemented a lookandfeel and set some global styles for different swing components.
UIManager.put("ToolTip.background", "some color");
UIManager.put("ToolTip.font", new somestyle(););
UIManager.put("ToolTip.border", BorderFactory.createEmptyBorder());
these changes also affecting the DITA maps manger in oxygen editor when we open the plugin as shown below - see the color and font applied is there any settings that oxygen can ignore these ?
Thanks,
vishwa