3839404142434445464748
public final class ZoomOutAction extends CallableSystemAction { public void performAction() { EditorTopComponent editor = EditorTopComponent.getActive(); if (editor != null) { editor.zoomOut(); } } public ZoomOutAction() {