Class ReplaceUndoRedoIcons

java.lang.Object
org.jjazz.base.api.actions.ReplaceUndoRedoIcons
All Implemented Interfaces:
Runnable

public class ReplaceUndoRedoIcons extends Object implements Runnable
Replace at runtime the undo and redo icons.

Note: it would be simpler to use the JJazzLab branding directory to substitute the Netbeans undo/redo actions icons, but it is a .gif and we need a .png...

  • Constructor Details

    • ReplaceUndoRedoIcons

      public ReplaceUndoRedoIcons()
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable