Java programming project #6 | Computer Science homework help

 create a Java GUI stand-alone application that allows a user to encrypt any text as Pig Latin.  For example, the string “Java is very simple!” should be converted to the string “Avajay isway eryvay implesay!“.  You may use either AWT or swing. 

 Write a stand-alone Java GUI application called TxtCrypt.  Use either AWT or swing.  This application should allow anyone to convert any text into Pig Latin.  Your application must provide a pair of TextArea (or JTextArea) components where the user can type in any text into the first, and see the encrypted results in the second.  The input text is called the plaintext, and the resulting Pig Latin is called the ciphertext.  You must provide the basic GUI and event handling.  This must include a button, which when pressed displays the ciphertext for the currently displayed plaintext.  (You may add additional GUI components as you see fit.) 

 

I have provided class utils.PigLatin (view utils.PigLatin API), which is a class with a public static method called encrypt.  (See below for the download link.)  This method takes a String as an argument, and returns an encrypted, “Pig-Latin-ized” version of the argument as another String.  The method signature is:

   package utils;
   public class PigLatin
   {
       public static String encrypt ( String plainText )
       { ...
       }

       ...
   }

You only need the utils.jar file (right-click this link to save), which should be put into the same directory as your Java class file(s).  (If you place your application into its own Jar file, both Jars should be in the same directory.) 

To compile your application, don’t forget you will need util.PigLatin to be found on your CLASSPATH.  The simplest way to do that is to have your Java source file (say Proj6.java) and utils.jar in the same folder, say on your Desktop.  Then you can compile your program like this on Windows:

C:UsersyournameDesktop>javac -cp .;utils.jar Proj6.java

 The model solution application TxtCrypt.jar is available for you to download and play with.  







Calculate Your Essay Price
(550 words)

Approximate price: $22

Calculate the price of your order

550 words
We'll send you the first draft for approval by September 11, 2018 at 10:52 AM
Total price:
$26
The price is based on these factors:
Academic level
Number of pages
Urgency
Basic features
  • Free title page and bibliography
  • Unlimited revisions
  • Plagiarism-free guarantee
  • Money-back guarantee
  • 24/7 support
On-demand options
  • Writer’s samples
  • Part-by-part delivery
  • Overnight delivery
  • Copies of used sources
  • Expert Proofreading
Paper format
  • 275 words per page
  • 12 pt Arial/Times New Roman
  • Double line spacing
  • Any citation style (APA, MLA, Chicago/Turabian, Harvard)

Our guarantees

Delivering a high-quality product at a reasonable price is not enough anymore.
That’s why we have developed 5 beneficial guarantees that will make your experience with our service enjoyable, easy, and safe.

Money-back guarantee

You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.

Read more

Zero-plagiarism guarantee

Each paper is composed from scratch, according to your instructions. It is then checked by our plagiarism-detection software. There is no gap where plagiarism could squeeze in.

Read more

Free-revision policy

Thanks to our free revisions, there is no way for you to be unsatisfied. We will work on your paper until you are completely happy with the result.

Read more

Privacy policy

Your email is safe, as we store it according to international data protection rules. Your bank details are secure, as we use only reliable payment systems.

Read more

Fair-cooperation guarantee

By sending us your money, you buy the service we provide. Check out our terms and conditions if you prefer business talks to be laid out in official language.

Read more

Order your essay today and save 10% with the coupon code: best10