24252627282930
@SuppressWarnings("unchecked") public class NullBorderAdapter extends BorderAdapter { public IAction getContextAction(JComponent widget) { return new NullBorderSwitchAction(widget); }