Skip to content

Instantly share code, notes, and snippets.

View atilacamurca's full-sized avatar

Átila Camurça Alves atilacamurca

View GitHub Profile
@atilacamurca
atilacamurca / Main.java
Created October 18, 2012 12:41
A piece of code for printing directly to the printer.
package app;
import java.io.FileOutputStream;
import java.io.PrintWriter;
/**
* Example class for direct print
* @author atila
*/
public class Main {