Skip to content

Instantly share code, notes, and snippets.

View amermchaudhary's full-sized avatar

Amer Chaudhary amermchaudhary

View GitHub Profile
@amermchaudhary
amermchaudhary / PrintReceipt.java
Created February 6, 2013 06:20
Receipt Printer Example for printing receipt to default printer
package com.fibertechcws.pos.client.print;
import java.awt.*;
import java.awt.geom.*;
import java.awt.print.*;
import java.util.*;
public class PrintReceipt implements Printable {
int lines;
ArrayList<String> text1;