Skills to be applied:
SWING/AWT, Vector (very similar to ArrayList class)
Classes may needed:
JApplet, JButton, JTextField, JTextArea, JLabel, Container, JPanel, JTabbedPane, JList, Jradiobutton, Buttongroup, and ACT Ionlistener. Classes.
Program Description
Suggested Class Diagram:
Write a Java program this constructs an Applet. Your program should provide labels and textfields to a user to enter information regarding books.
The Applet (japplet) of your program should contain, tabs. The first tab is labeled ' Book Creation ' and the second tab is labeled ' Book review '.
(The size of the applet is approximately 650 X 350).
The section under the first tab should is divided into the parts:
The left part contains labels, textfields, and a button for a user to enter some book information. The right part shows ' No book ' at the beginning (it was done using JTextArea).
The Assignment6 class extends JApplet program is written (Service code: java00089)