Site hosted by Angelfire.com: Build your free website today!

FindReplaceDialog

replace.jpg FindReplaceDialog has one constructor.
public FindReplaceDialog(JFrame owner, JTextComponent pane)
Download FindReplaceDialog.java
In your ActionListener simply instantiate this class.
FindReplaceDialog finder = new FindReplaceDialog(frame, pane);