Code:
class B8 implements ActionListener {
public void actionPerformed(ActionEvent e) {
Printdata2 frame = new Printdata2();
Printdata2.printStuff();
}
Printable View
Code:
class B8 implements ActionListener {
public void actionPerformed(ActionEvent e) {
Printdata2 frame = new Printdata2();
Printdata2.printStuff();
}
I think this thread is already here.