public class ReportView extends JFrame { Connection con=null; void showReport() throws SQLException, ClassNotFoundException, JRException { con=DriverManag
Class.forName("org.postgresql.Driver");