Since 4/4/2012 7:21:45 AM, chambers.joshua has written 6 articles and participated in 0 conversations. chambers.joshua signature: chambers.joshua
chambers.joshua's articles:
Items(6) /1
Float loosing it's zeros?8105 (9/12/2007 7:25:12 PM) comp.lang.java.help Okay, so I'm using a JFormattedTextField with a DecimalFormatter to make sure only valid data gets in there. The value is of the class Float. However, when the user enters something like: 42.06 it ends up v... joshua
JTable Validation problem!1261 (7/22/2007 1:11:22 AM) comp.lang.java.help Hello! I'm having a really hard time here. I'm trying to set up an InputVerifier on the cells of a JTable! In my Panel (inherited from JPanel), I instantiate my TableModel and create my table: [code] String... joshua
rxtx problem, please help!0116 (7/1/2007 9:06:26 PM) comp.lang.java.programmer Hello!So I am trying to access a virtual serial port using the rxtxlibrary. I enumerate the ports, and loop through them attempting toopen each one. Although the portId.isCurrentlyOwned() returns false,portId... joshua
confused about the state of javax.comm!5134 (6/4/2007 8:40:47 PM) comp.lang.java.help Hello! So, I am looking for a good cross-platform API for RS232 serial communication, and of course, I find much about javax.comm, but I find quite a bit about how they discontinued support for the Windows pla... joshua
calling a VB6 .DLL from java1477 (5/4/2007 2:55:05 AM) comp.lang.java.help Hello! Well, as the subject says, I have this VB6 DLL that I need to use from java, hopefully without having to do any recompiling. I've been looking into JNI, but I can't quite figure out if this will be sup... joshua
HTTP/1.1 500 Internal Server Error2287 (4/29/2007 8:27:39 PM) comp.lang.java.help Hello! So finally I got my servlet working and interacting with my applet via the org.apache.commons.HttpClient package. I got the POST to work and give a response, and then I tried to add the element of the ... joshua