i want to build a java program that can search for words in a text and can replace word by another one and the interface will be diveded as
1-a large space for a text that is chosen by user
2-a blank for written word
3-find command button
4-finf all command button
5-replace button
6-replace all
i think these packages will help
import java.util.regex .matcher;
import java.util.regex .pattern;
import java.util.strin gtokenizer;
import java.util.vecto r;
import java.io.*;
plzzz help me
1-a large space for a text that is chosen by user
2-a blank for written word
3-find command button
4-finf all command button
5-replace button
6-replace all
i think these packages will help
import java.util.regex .matcher;
import java.util.regex .pattern;
import java.util.strin gtokenizer;
import java.util.vecto r;
import java.io.*;
plzzz help me
Comment