Need help on making a program with An APPLET
This is what she wants in the program
1)It must be a single Applet that uses a BorderLayout
with all five sections.
2)In the North section, print your name in a bold
italicized font.
3)In the Center section put a text field and a text
area (the layout is up to you). When the user types
something in the text field the Applet should reverse
the characters and display the results in the text
area.
4)In the East and West sections you will display one
image each.
5)In the South area you will place a Button that when
pressed, swaps the two images in the East and West
sections.

