|
Applet with news articles
Hello everyone! I'm new here, I just need a little help.
I got this task that I have to do in Java, so this is my task:
Create applet with news articles that have in content: title, author name, date and text. News articles have to be built in applet. Print (on screen) of news articles have to be enabled by choosing title or author name, and search has to be enabled by a part of word in title, independent of large/small letters.
The problem is I don't know where to start. I have some basic knowledge of Java like for example I understand code of applet and I know basic commands and loops.
Maybe there is already some free applet that does this? If not can you just tell me how to begin solving this problem, I have make that applet as soon as possible.
Thank you in advance!
|