Thursday 2 March 2017

Core Java Assignment 5


A10.1-R4: INTRODUCTION TO OBJECT ORIENTED PROGRAMMING THROUGH JAVA.

Assignment 5


Write an applet with a JTextArea where the user can enter some text. The applet should
have a button. When the user clicks on the button, the applet should count the number of

lines in the user's input, the number of words in the user's input, and the number of
characters in the user's input. This information should be displayed on three labels in the
applet.

No comments:

Post a Comment