| Thread | Last Post | Replies |
|
| java applet load status | 31 Oct 2004 16:49 GMT | 1 |
Hello, thanks for any help. Is it possible to predict how long an applet will take to load and with this info devise a status bar to inform the user of the load status? Jacques
|
| Slightly OT.. Range finding software | 31 Oct 2004 15:54 GMT | 2 |
Sorry this isn't exactly java but I was thinking about writing this piece of software and I didn't know if there is allready one out there. I want to write a program that compares two live images (from webcam's perhaps) of the same object, but at slightly different angles
|
| Free RAD components | 31 Oct 2004 13:48 GMT | 1 |
I was wondering if any set of RAD components similar to that of JBuilder is available as freeware/free software. As a matter of fact, I simply need a way to directly bind data to a table, without specifying a model as a should do if I'd use JTable.
|
| Volunteers for GPL project | 31 Oct 2004 10:18 GMT | 2 |
I have a SourceForge project named 'sketcher'. I've got a working (but unstable) client/server system with a few thousand lines of code, and I'm looking for volunteers. Any tips regarding this? A Google search ('open source volunteers') turned up little. Announcing for volunteers
|
| XHTML WYSIWYG editor, open-source Javabean? | 31 Oct 2004 07:30 GMT | 1 |
Does such a beast exist?
 Signature JustThe.net Internet & New Media Services, http://JustThe.net/ Steven J. Sobol, Geek In Charge / 888.480.4NET (4638) / sjsobol@JustThe.net
|
| ../ in jar | 31 Oct 2004 07:17 GMT | 1 |
saveImageIcon = new ImageIcon(JFileViewer.class.getResource("../image/general/save.png")); Has no problem, But i package everything into a jar. It get a null pointer exception. How to get arround it?
|
| Possible HttpURLConnection.setFollowRedirects bug?I | 31 Oct 2004 06:26 GMT | 2 |
I have discovered a slightly obscure scenario that may cause a bug in HttpURLConnection and I was wondering if anyone could confirm it. With automatic redirection turned on, if I do a HTTP GET request, with various cookies set and I recieve a 302 redirect, HttpURLConnection
|
| why dont I get exception here(servlets) | 31 Oct 2004 05:03 GMT | 2 |
According to javadocs in HttpServletReponse: sendRedirect If the response has already been committed, this method throws an IllegalStateException.
|
| Setting up a filter based on server name | 31 Oct 2004 04:57 GMT | 5 |
This question pertains to the Java Servlet specification. Is it possible to specify a <url-pattern> for a filter based on the server name? Trying to specify a url-pattern such as "www.bla.com/*" doesn't work.
|
| multiple forms and one servlet | 31 Oct 2004 04:54 GMT | 4 |
I have one servlet which has multiple forms. The action element of the forms is pointing on one servlet. I want to process the different form requests as different reponses in the same servlet. How can I do that based on the form "Name" attribute.
|
| vector bench mark? | 31 Oct 2004 04:43 GMT | 3 |
Does anybody know where i can find a benmark list of vector, collection, hashmap, hashtable? I just need to know their insertion time and retrieve time. thanks
|
| XML Document. Node vs Elements, and more | 31 Oct 2004 03:54 GMT | 3 |
I am parsing a document, so am using nodelist to get the children of the root, and using logic to parse the Nodes depending on which one it is. however, I need more power than "Node" can give me. So can I somehow convert a Node to an Element (I basically need the ability to
|
| Java based remote desktop Control | 31 Oct 2004 01:34 GMT | 2 |
I am looking for a java based ( preferable using http protocol ) remote desktop contol client-server application. Has any one experienced such? If so, may I request you to provide pointers or sample code on that. Thanks,
|
| Stack trace scrolled out of DOS window | 31 Oct 2004 00:38 GMT | 4 |
I was experimenting with something in Java, and got an exception, which printed a nice stack trace - unfortunately, the stack trace is long and scrolls out of my DOS window, so I can't see the top, which is the informative part. (It's thrown by a call chain initiated by
|
| array comparison and sort | 30 Oct 2004 23:38 GMT | 4 |
I am running into this problem of getting my array to output the desired results. Below is the problem i have two string arrays via String[] ar1 = {1,2,1,4,1,2};
|