import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.*;
import java.sql.*;
import javax.swing.*;
public class Newwordsbook extends JFrame implements ActionListener {
	public Newwordsbook()
	{
		super("ʱ");
		
	}

}
