All Downloads are FREE. Search and download functionalities are using the official Maven repository.

convex.gui.components.NonUpdatingCaret Maven / Gradle / Ivy

The newest version!
package convex.gui.components;

import java.awt.Rectangle;

import javax.swing.text.DefaultCaret;

@SuppressWarnings("serial")
public class NonUpdatingCaret extends DefaultCaret {
    @Override
    protected void adjustVisibility(Rectangle nloc) {

    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy