| Thread | Last Post | Replies |
|
| regex to convert j to character | 16 Feb 2007 04:48 GMT | 5 |
Any body knows regex to convert & # 1 0 6 ; to character "J"? Thanks, Mo
|
| JDialog().setMaximumSize() Problem | 16 Feb 2007 04:18 GMT | 1 |
in my application I use a JDialog as main window. I will leave the JDialog resizable so the user may adjust the size as needed. But now my problem: How may I force the Dialog to always keep a minimum Dimension?? setMaximumSize() sounds like a perfect method but
|
| Anyone using Documentum WDK for web access? | 16 Feb 2007 01:48 GMT | 1 |
I found a few threads on this but they were a few years old. I wonder if anyone had done this recently and if there were any updates or new information on it. We're doing not only a CM but an enterprise application. Documentum
|
| Advice/Help with Multithreading | 16 Feb 2007 01:39 GMT | 5 |
I wrote a method that will take a URL, and return its page in String form. Now depending on which webpage is being visited is how long it will take to download its contents. There is a difference between getting
|
| JTree association with data | 15 Feb 2007 22:52 GMT | 1 |
I am trying to write a program that "associates" a node in JTree with data. If you take for example an Employee which would be a node in a jtree. What would i need to do to get data(name, ssn,etc..) associated with the employee to dispaly once the node was clicked
|
| Easy XML config files? | 15 Feb 2007 19:09 GMT | 8 |
We have XML config files in our app. To get data out of the files, I find myself writing SAX content handlers over and over. Is there a quick and easy way for me to avoid this? It would be nice to have a class like java.util.Properties, except it works with XML.
|
| SingletonHolder reinvented. | 15 Feb 2007 18:20 GMT | 9 |
Don't blame me I reinvent a wheel again... I understend this subject was discussed many times. but I would like to know what do you think about my implementation. package ru.m12h.utils;
|
| which exception? | 15 Feb 2007 18:15 GMT | 12 |
which is the right exception to manage an "out of memory situation" when I create an object with the new operator? try {
|
| I have discovered the secret of the soul | 15 Feb 2007 18:15 GMT | 5 |
I have discovered the secret of the soul The soul is the emotion. The soul and the emotion are completely nonmaterial existence. The consciousness and the emotion are inseparable, which means each consciousness accompanies the
|
| Comparing byte values doesn't work | 15 Feb 2007 18:10 GMT | 8 |
I have a doubt.Why doesn't the following loop work? Logically,the if statement should have been satisfied atleast once. class Test { public static void main(String[] args) {
|
| ID3V2 | 15 Feb 2007 18:04 GMT | 2 |
Can anyone give me quick answer how to calculate ID3V2 tag length, and length's of it's fields?
|
| How do I start with JEE? | 15 Feb 2007 17:26 GMT | 1 |
I most learn JEE, and I'd like know how do I should start to study ex: what software I have to install (IDEs, SDKs), books I most read and resources in web. thanks
|
| Hyperterminal and java communication to Serial port COM1 | 15 Feb 2007 16:23 GMT | 1 |
I use the hyperterminal to communicate and send commands to serial port COM1. On the hyperterminal window, I used to type such a command: AT+ZV SPPCONNECT.......
|
| search source code project | 15 Feb 2007 16:20 GMT | 3 |
Here is my project: 1) Apache + tomcat + mysql (have to use JSP, no php) 2) 3 servers : Linux FC6 , 2GB ram , 2.8Ghz 3) Goal : to build a website to let people search the source code from
|
| Access to local files with signed applet in Vista/IE7 | 15 Feb 2007 16:13 GMT | 10 |
I heard, that with Vista it will no longer be possible to access files from an applet even if it is signed. I use an applet as a helper application for down- and uploading multiple files in several web-applications. Of course it is signed.
|