COSC 135 B Programming Assignment 6
Tom Linton, Fall 2000, Central College
In a file named SimpleEdit.java, write a program that performs several simple word processing commands. The user begins by entering a String to edit, and then selects operations from a checkbox group, and presses buttons to carry out the operations. The commands that the user is allowed to perform are:
    You should display results and-or messages in a TextArea, and continually update a field that holds the current version of the String being edited. Each command should be available through a checkbox, within a checkbox group. Make your GUI easy to understand. For example, the replace command requires two inputs from the user. The fields for these inputs should "line up" with the checkbox for this command. See how the "enter number" field in our Roulette GUI aligns itself with the "bet on a number" checkbox.