Continuing my post for finding the print service application, I'm really interested in java4less(textprinter). How do I to print one string object with multiple line inside, let's say the string name is out:
AID : 000922
A/C Number : XXXXXXXXX
A/C Name & Address : REKENING ANTARA SHB DGN TOP UP
Is it possible for using some function to put it once? Without I must set it manually:
printer.printString ("AID : 000922");
printer.newLine();
printer.printString ("A/C Number : XXXXXXXXX");
printer.newLine();