3839404142434445464748
public final class ZoomInAction extends CallableSystemAction { public void performAction() { EditorTopComponent editor = EditorTopComponent.getActive(); if (editor != null) { editor.zoomIn(); } } public String getName() { return "Zoom in";