Skip to content

Instantly share code, notes, and snippets.

View erfelipe's full-sized avatar

Felipe erfelipe

View GitHub Profile
@bmaupin
bmaupin / free-database-hosting.md
Last active May 13, 2024 05:49
Free database hosting
@jewelsea
jewelsea / H2app.java
Created February 14, 2013 19:32
Sample for accessing a local database from JavaFX.
import java.sql.*;
import java.util.logging.*;
import javafx.application.Application;
import javafx.collections.*;
import javafx.event.ActionEvent;
import javafx.event.EventHandler;
import javafx.scene.Scene;
import javafx.scene.control.*;
import javafx.scene.layout.*;
import javafx.stage.Stage;