IT-Developer

JAVA Programing, MySQL, Database, java swing, java printer, ASP.NET, C#.NET, Android, GPhone, iphone, blackberry

Wednesday, July 25, 2007

Use TableCellRenderer in swing(java)

›
follow code example. public class InfoCheckStockErrorTableCellRenderer extends JCheckBox implements TableCellRenderer{ /** Creates a new ...

JAVA singleton class

›
Code below, you can make singlton class(has only one object). public class AppFunction { private static AppFunction af; private AppFun...
Tuesday, July 24, 2007

JAVA Printing vs Font size

›
You can get the height of line from font. Example according code below. public int print(Graphics g, PageFormat pf, int pageIndex){ Font ...

Dotmetric Printer vs java Programing

›
The paper must have height more than width. The printer can set the position of paper in and paper out(for cutting paper) in continue paper.

Thai language with MySQL

›
db.connection("jdbc:mysql://"+dbIp+"/"+dbName+"?user=root&password=1234&useUnicode=true&characterEncodi...
‹
Home
View web version
Powered by Blogger.