| Thread | Last Post | Replies |
|
| Logging exception with java.util.logging.Logger#log() to file only | 01 Apr 2008 22:42 GMT | 1 |
I'm logging exceptions with java.util.logging.Logger#log() (i can't use anything apart from standard Java API) and i don't want any stack trace to appear in stdout or stderr is there any way I can filter or redirect all output that is produced buy this method into the file
|
| How to make choices visible in a JComboBox? | 01 Apr 2008 21:58 GMT | 4 |
I'm writing a JComboBox with a custom Editor. The idea is that when the user inputs a string, the choices are narrowed down to match the input. When the user starts typing, how does one reveal the available
|
| JFormattedTextField for paths? | 01 Apr 2008 20:54 GMT | 3 |
I have a GUI which shows a button to select a file on the file system, with a textfield next to it that then shows the path selected. I want to ensure, however, that no garbage is input in the text field. The easy way is of course to make the text field uneditable, such that ...
|
| how to read and write any .doc file through java | 01 Apr 2008 20:18 GMT | 3 |
Hi; all I have one assignement.I have to read and write .doc file through java code .I am not getting any api for this requirement.I have checked POI(Jakarta) api
|
| discount,Air Max, TN8 ,shoes ( paypal accept ) ( www.top-saler.com ) | 01 Apr 2008 20:15 GMT | 2 |
discount,Air Max, 87 ,shoes ( paypal accept ) ( www.top-saler.com ) discount,Air Max, 90 ,shoes ( paypal accept ) ( www.top-saler.com )
|
| Interesting Java interview question | 01 Apr 2008 18:44 GMT | 7 |
A friend of mine likes to ask this question when interviewing Java developers. Thought I'd pass it along because it's sort of interesting. Why does the following compile, and what does the output look like? System.out.println(new Object(){{{}}}.toString());
|
| Need advice on the following Java based implementation | 01 Apr 2008 18:25 GMT | 2 |
We have got a project where we need to port client portion of standard TR069 to a target board with ST7109 processor running on linux2.2 version.Some one in the past have developed a simulator version of
|
| Help on New Breed Java/Rich Internet Technologies | 01 Apr 2008 18:13 GMT | 1 |
I recently moved south to Bangalore and I am working for a large software integrator. My project team is working on a JEE application project that uses test driven development methodologies. We are planning to use a host of new breed technologies such as Enterprise
|
| steganography using java | 01 Apr 2008 18:02 GMT | 4 |
I am actually new to this steganography thing.So I want to know if there are any built-in methods and classes to handle stego in Java.Also,I will very much appreciate if any of you have a sample code or tutorial link.
|
| JUnit on os x, CLASSPATH incorrect? | 01 Apr 2008 17:58 GMT | 4 |
Hey everyone, Following instructions I found online, I have downloaded junit-4.4.jar, and placed it in ~/Library/Java/ on my system running OS X Leopard.
|
| what is the meaning of stdio.h in ''c'' language? | 01 Apr 2008 17:35 GMT | 19 |
I would like to know this answer.
|
| "PriorityMap" | 01 Apr 2008 16:39 GMT | 6 |
I'm in search of a data structure for the followig usecase: Some algorithm spits out *lots* of pairs (k,v) of type (int,long). I only want either those ten(*) pairs with the lowest keys, or all pairs with the lowest ten(*) keys. (whichever is easier to achieve)
|
| synchronize threads | 01 Apr 2008 15:17 GMT | 6 |
I have a code similar to the following, it has a outer loop, for every iteration it starts 2 threads to execute some code at background, then proceed to the next iteration, I'd like the code to wait at end of every iteration until all the threads have ended, any idea how to
|
| What emerging or mid-cap telecom companies have the potential to be highly successful over the next 5 - 10 years? | 01 Apr 2008 12:46 GMT | 3 |
Which companies have the technology, capital, and business plans to be real and long-term producers in the marketplace?
|
| How to iterate 2 nested collections w <logic:iterate> without a "getter" | 01 Apr 2008 10:46 GMT | 4 |
I have to work on a third party jar-file that gives me some headache... I have an ArrayList<E> of some objects in my ActionForm - so iterating through this ArrayList is not a problem: I just use logic:iterate in
|