POLITECHNIKA RZESZOWSKA Wydział Elektrotechniki i Informatyki
_ —
} catch (SQLException sqlException) {
JOptionPane.showMessageDialog(nuli,
sqlException.getMessage(), "Database Error", JOptionPane.ERROR_MESSAGE);
System.exit(l);
JTextArea textArea = new JTextArea(text); textArea.setEditable(false); add(new JScrollPane(textArea)); setSize(400, 300); setVisible(true);
}
public static void main(Stringl] args) {
JDBCMySQLApplication frame = new JDBCMySQLApplication () ; frame. setDefaultCloseOperation (JFrame. EXIT_ON_CLOSE) ;
JAM Wykład 15
■yright <£> 2012 Jan PROKOP