Since 6/2/2012 9:08:55 PM, kerry2410 has written 3 articles and participated in 3 conversations. kerry2410 signature: kerry2410
kerry2410's articles:
Items(3) /1
Problems cleanly breaking a socket connection229 (12/2/2003 8:09:18 PM) comp.lang.java.programmer Problems cleanly breaking a socket connection The problem I'm having is this: My server sends my client the message "BYE", signaling that the connection between the two is about to close. The server makes sure... kerry
Component preferred size dilemma431 (11/13/2003 9:04:47 PM) comp.lang.java.programmer If I've not yet laid out a component, say a JTextField, and use getPreferredSize() to find the preferred width, I'll get what I'd expect to get: a width which is just wide enough for the text in the field. Now... kerry
Compressing a String?521 (12/2/2003 11:52:01 PM) comp.lang.java.programmer Hi! I need a method to compress a (quite large) String and to uncompress it later. I wrote the following code that uses the ZIP-Functions of Java. However: This functions (I think it's the compress-function) d... dump2(4)
Component preferred size dilemma431 (11/13/2003 9:04:47 PM) comp.lang.java.programmer If I've not yet laid out a component, say a JTextField, and use getPreferredSize() to find the preferred width, I'll get what I'd expect to get: a width which is just wide enough for the text in the field. Now... kerry2410(6)