Ajp Prac 8
Ajp Prac 8
8
Program Code:
OUTPUT:
2) Write a program to generate the following output.
import java.awt.*;
import javax.swing.*;
/*<applet code= "saee_table2" width=500 height=500>
</applet>*/
OUTPUT:
Exercise:
1) Write a program to create a table of Name of Student, Percentage and Grade of 10 students
using JTable.
import java.awt.*;
import javax.swing.*;
/*<applet code= "saee_table3" width=500 height=500>
</applet>*/