Tue Oct 21, 2008 8:26 pm
String msg = "BANK SCHEDULE FOR "+bank+", "+month+" "+year;
MessageFormat header = new MessageFormat(msg);
MessageFormat footer = new MessageFormat("DASH, LAFIA");
try{
jTable1.print(JTable.PrintMode.FIT_WIDTH, header, footer);
}catch(Exception ex){}
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.