Since 6/3/2012 1:03:51 AM, tom6318 has written 1 articles and participated in 6 conversations. tom6318 signature: tom6318
tom6318's articles:
Items(1) /1
To set JFileChooser Font037 (8/1/2004 11:51:30 AM) comp.lang.java.programmer If the JFileChooser font is too small (I got this problem after installing Java 1.5) use... UIManager.put("FileChooser.listFont",new javax.swing.plaf.FontUIResource( yourfontgoeshere )); To set it to whateve... tom
Bad ServerSocket ! Listen! Listen! Listen!1316 (8/1/2004 4:47:49 PM) comp.lang.java.programmer ok .. just wanted some help .. ( throw new YeahWeKnowException() !!) after extensive 're-search' , i've found out that a ServerSocket is supposed to go back to listening after starting a new Thread to handle t... ddtbhai1(6)
Java design pattern question431 (8/6/2004 5:41:40 AM) comp.lang.java.programmer Hello. I'm beginning to work with patterns and would really appreciate some of the group's feedback regarding a problem I'm solving. I'm looking for a way to abstract a persistence layer interface in a way th... just127(2)