|
title, author name, date and text.
You can show the title, name and date in JLabels and the article text in a JTextArea in a JScrollPane. This is a good place to start: creating and laying out these components.
News articles have to be built in applet.
You can store these articles as strings.
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
You'll need to form an idea/imagine about how you want to let the user access/enter information for these. Set up your gui controls for them.
Then you can set up the necessary event listeners and then create the logic for the search and presentation of data.
|