| Thread | Last Post | Replies |
|
| Simple JSP fails!!! | 09 Aug 2007 22:17 GMT | 13 |
Hey guys, I got something strange going on here. I am working in a cross platform enviroment. 2 identical servers. One Windows, One Unix. We test on the Windows box, and then upload to the Unix box. Both
|
| set rgb color (Java) | 09 Aug 2007 21:57 GMT | 5 |
How can I in Java : set the rgb color (background color - what command) of JTextArea, i.e. (I want light-yellow, i.e). Thanks :)
|
| Java language | 09 Aug 2007 20:49 GMT | 1 |
http://computer-programmings.blogspot.com
|
| Adding existing file into Eclipse 3.3 | 09 Aug 2007 15:31 GMT | 2 |
I want to import an existing file into Eclipse 3.3. How can I do that ? Thanks :)
|
| Connecting JAVA/AXIS client to .NET WebService with authentication | 09 Aug 2007 14:52 GMT | 5 |
after searching for several hours for an answer for my problem, i decided to post my question. Well, i have a .net webservice exposing some webmethods; now i want to have a java/axis client that consume those methods, but using some
|
| What is a "pluginj"?? | 09 Aug 2007 14:38 GMT | 3 |
Hi everybody, I am attending University, and my professor asked me to make a "pluginj" implementing some graphics algorithm, as a project for an exam. I tried to search the web, and somebody uses this term, but I didn't
|
| Observable collections (set, list, map) | 09 Aug 2007 14:12 GMT | 7 |
Does anyone know of a collection package/API that extends java.util.Observable collection classes such as Set, List and Map? I also looked at Apache collections, but they don't seem to include that.
|
| Problem with run WSDL2Ws tool(Axis C++1.6b) | 09 Aug 2007 13:47 GMT | 1 |
Hi!! Hi !!! Thanks for your answer on my previous question. I have new problem with WSDL2Ws tool.
|
| OWASP Mumbai Meet : 6th September 2007 | 09 Aug 2007 13:44 GMT | 1 |
OWASP Mumbai joins in celebrating OWASP Live 0. OWASP Live 0 is Day of Worldwide OWASP One Day Conferences. Block your calendar on 6th September 2007 to join us on the event. Registrations for the event are FREE !!
|
| JEditorPane text overflow | 09 Aug 2007 11:52 GMT | 1 |
I have an JEditorPane with fixed dimension (not visible yet) and I want know the HTML text that exceeds editor's heigth. How can I do ? Thanks.
|
| JTree: ValueChanged event not firing | 09 Aug 2007 11:27 GMT | 1 |
xmlTree.setEditable(true); valueChanged in TreeSelectionListener does not fire after I update the String UserObject on the tree. I would like this to be able to know when the user has made a change
|
| Life Feed video overlaying | 09 Aug 2007 09:23 GMT | 1 |
I'm looking for a way to capture a live feed (let's say a web cam) than overlay text on it (on the fly) and than continue to stream it. Is there any lead of how can I implement it using Java? all help will be appreciated.
|
| Java Time/Calendar Bug? | 09 Aug 2007 07:25 GMT | 7 |
I have the following in my code: GregorianCalendar cal = new GregorianCalendar(); ... tString = "00" + String.valueOf(cal.get(Calendar.HOUR_OF_DAY));
|
| Assertions vs Exceptions ... | 09 Aug 2007 03:14 GMT | 9 |
I am developing a framework in Java and facing the question of whether: - Provide a defensive layer around my framework as part of the API public contract e.g. throws IllegalArgumentException on invalid input or "precondition violations".
|
| Problem with Java Content Wrapper on Web page | 09 Aug 2007 02:18 GMT | 1 |
We have several dozen PC's that run this app, runs fine, same on terminal servers. OS, patches, everything the same. But this one computer it does not work on and we cannot rebuild it (40 users are using it via terminal server).
|