Skip to content

Instantly share code, notes, and snippets.

View gabempayne's full-sized avatar

Gabe Payne gabempayne

View GitHub Profile
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.border.*;
public class Layout2 extends JApplet {
// string array for jlist
private String[] receiptList = new String[15];
{