| Thread | Last Post | Replies |
|
| Spellchecker for Javy | 07 Sep 2007 18:43 GMT | 3 |
Hi!!! I'd like to add to my app, written in Java, spelling funcionality. In my app there is text editor wchich I'd like to check with spelling engine. It is important that this engine support Polish language and
|
| Web page for developers | 07 Sep 2007 14:46 GMT | 2 |
I'm a developer from C++/MFC and now i shift to java/swt development. And i'm now entering on this new world. One thing that i miss the most is the support developer web pages like www.codeproject.com or www.codeguru.com, web pages that have examples
|
| Usage of Static variable name in static context | 07 Sep 2007 09:51 GMT | 23 |
I am new to this group and to java too. I have a question regarding variable name hiding for static variables in a static context. Here is the sample code: class RangeClass{
|
| Getting substring by regex | 07 Sep 2007 05:38 GMT | 5 |
Hi, I got a String that is composed of digits, white space, numbers and other characters. Example: 03... London (first two digits of post code, plus 3 dots for the remaining digits).
|
| Hibernate305: Two CLOB columns have values reversed | 07 Sep 2007 00:38 GMT | 1 |
I'm using JDK 1.4.2, Hibernate 3.0.5, Oracle 9i, and Spring 1.2.8. I have a relatively simple table with 5 columns, two of which are CLOB values. I'm using "Hibernate.createClob()" to create a CLOB from the string. I call this twice in the same method, passing the result to
|
| evaluating posts with stars | 06 Sep 2007 22:50 GMT | 86 |
I wonder what is the sense to evaluate questions (first posts in each discusion), as there is a well-know rule, there are not stupid questions, only answers can be and thus -- in my opinion -- only them should/could be evaluated by readers. What do you think ?
|
| How to access a member constant by FQN | 06 Sep 2007 18:34 GMT | 9 |
I am curious how, if it's possible, I can access a constant declared in a class using only a fully qualified name example: package com.whatever.mycompany;
|
| java parallel port program bugs | 06 Sep 2007 17:51 GMT | 10 |
hi.could anyone please tell me what is wrong with my code given below? the port data outputs are supposed to be made low on running the code.but i checked the output using a digital voltmeter and it is staying high.i am using windows XP and jdk1.5.0.and the Rxtx package
|
| Catching TAB event | 06 Sep 2007 15:11 GMT | 3 |
I have a JPanel with a JFormattedTextField inside of it. This field is suposed to receive just dates on it, so I have this method to auto complete the date when I type something. private void setDateFieldListeners(final SimpleDateFormat dateFormat)
|
| simultaneous function calls | 06 Sep 2007 15:00 GMT | 7 |
I have not much experience with programming threads and competeing processes. I have an application, where several threaded-objects (each with an own thread), are using the methods of a single (non-threaded) object.
|
| Eclipse the java IDE | 06 Sep 2007 12:00 GMT | 3 |
Can anyone tell me if Eclipse offers any such way by which we Can creat setup programs for java programs?
|
| ple tell me | 06 Sep 2007 11:52 GMT | 1 |
is there any free down loadable material in the net for dcjp1.4 ple give me the url.
|
| Search | 06 Sep 2007 11:46 GMT | 1 |
whts are the Linear and binary Search in java
|
| Unchecked call hashmap | 06 Sep 2007 05:29 GMT | 8 |
What is this with javac -Xlint?? warning: [unchecked] unchecked call to put(K,V) as a memb er of the raw type java.util.HashMap headers.put(key,val);
|
| Signed Applet Generates 403 Error | 06 Sep 2007 04:57 GMT | 10 |
I have a Java applet that needs to read a couple files from the server it originates from. So I singed the jar file with keytool/jarsigner process and that worked until I updated my Java SDK. The previous version of jarsigner didn't have a -version option, the new one
|