Skip to content

Instantly share code, notes, and snippets.

View hermeslm's full-sized avatar

Hermes Lorenzo hermeslm

View GitHub Profile
@snarkbait
snarkbait / Inventory.java
Last active March 31, 2021 17:11
InventoryGUI SQlite Example for /r/javaexamples
/* Inventory class
* for /r/javaexamples
* by /u/Philboyd_Studge
*
*/
package philboyd.studge;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.Random;