public class Find
extends java.lang.Object
implements java.awt.event.ActionListener
Constructor and Description |
---|
Find() |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
void |
find(@NotNull JEditTextArea textArea)
Find the next occurrence of
textToFind . |
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public void find(@NotNull @NotNull JEditTextArea textArea)
textToFind
.textArea
- the text area to search