MCPcopy Create free account
hub / github.com/bobbylight/RText / updateUI

Method updateUI

src/main/java/org/fife/rtext/RTextMDIView.java:623–628  ·  view source on GitHub ↗

Overridden so we can update the right-click popup menu.

()

Source from the content-addressed store, hash-verified

621 * Overridden so we can update the right-click popup menu.
622 */
623 @Override
624 public void updateUI() {
625 super.updateUI();
626 if (popupMenu!=null)
627 SwingUtilities.updateComponentTreeUI(popupMenu);
628 }
629
630
631 /**

Callers 2

updateLookAndFeelMethod · 0.45
updateLookAndFeelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected