* @throws javax.swing.UnsupportedLookAndFeelException
*/
public static void main(String[] args) throws UnsupportedLookAndFeelException {
LookAndFeel lf;
Plastic3DLookAndFeel.setPlasticTheme(new ExperienceRoyale());
lf = new Plastic3DLookAndFeel();
UIManager.setLookAndFeel(lf);
ensureDatabase();
DBHelper.openConnection();
Event evt = Event.findById(1);
System.out.println("Net Amount: " + evt.getNetAmount());