adalogo.gui.editor
Class LineHighlightHandler
java.lang.Object
adalogo.gui.editor.LineHighlightHandler
public class LineHighlightHandler
extends java.lang.Object
simple line highlighter.
original code idea from weebib.
but there is not much left of it.
http://forum.java.sun.com/thread.jspa?threadID=589109
LineHighlightHandler
public LineHighlightHandler(JTextComponent textComponent)
addHighlight
public void addHighlight(int line)
highlight the line line.
removeHighlight
public void removeHighlight()
remove the last highlight.