| Thread | Last Post | Replies |
|
| .Java File Error | 23 Dec 2005 05:22 GMT | 9 |
I tried everything, but I keep getting an error saying: "DBI.java:133: '}' expected" Any idea what I did wrong? Here is my entire file: package Bank;
|
| hex representation of floating point value | 22 Dec 2005 23:25 GMT | 7 |
I'm looking for help with reading a floating point number from a file. The file of interest contains a string of floating point numbers specified to be
|
| Course Materials | 22 Dec 2005 23:00 GMT | 4 |
I've just been told that I have to teach two three hour sessions on - 'an intro to java' in early January. Looks like I'm faced with having to work through Christmas, or find some friendly source for 'inspiration'. Any suggestions most welcome!
|
| Email Validator Script not allowing email addresses with '.' before @ | 22 Dec 2005 18:23 GMT | 3 |
I'm not a Java programmer but have this web page with a form form that includes a field to input an email address. My problem is that the validator won't allow addresses that include a '.' before the @ sign to be entered (such as john.doe@doman.com)
|
| help me! how can i copy all files from one directory to another in java | 22 Dec 2005 14:40 GMT | 2 |
can any body help me, how i can copy all files from one directory to another in java. suppose i have a source directory called abc/def in which i have 20 files. i want to copy all the files from this direcory to xxx/yyy directory. can any body suggest me by code sample.
|
| random number in java | 22 Dec 2005 12:51 GMT | 16 |
I have to write a JAVA code to generate 30 random number from 1 to 100 in a 5 x 6 board of cells.. but I don't know how to write two rules (1)The first rule is each number must be different in the 30 random number.
|
| Reading contents of a folder | 22 Dec 2005 08:38 GMT | 3 |
How can i read the contents of a Folder in Java ?
|
| Editing picture(gif) in JAVA | 22 Dec 2005 02:41 GMT | 5 |
is it possible to editing gif-format-pictures in JAVA? Furthermore is it possible to parse gif pics in JAVA? Thanks Koelner
|
| XSLT - String manipulation character by character | 21 Dec 2005 20:45 GMT | 2 |
How can I loop thru a string variable in xslt and add a space after every 3 characters? For example if I have something like PPPWPKSKSKSKSKS
|
| java code to dowload from website | 21 Dec 2005 20:28 GMT | 2 |
I am working one network security project. For that I need vulnerabilities database fron NIST website. On NIST website they provide vulnerabilities databse. I want to develop a java program, so when user clicks on listener
|
| is folding JTabbedPane tab "tips" possible? | 21 Dec 2005 19:32 GMT | 3 |
The "tips" that can be added to a tab of a JTabbedPane to make it pop up when the user hovers the mouse over the tab are useful, but they'd be more useful if they could be folded into a neat
|
| Arrays.fill() run-time exception | 21 Dec 2005 18:27 GMT | 3 |
I get the following run-time exception in the example code hereunder. Exception in thread "main" java.lang.ArrayStoreException: java.lang.String at java.util.Arrays.fill(Arrays.java:2317)
|
| Converting a List to a String | 21 Dec 2005 18:25 GMT | 13 |
This code fails with the following message: C:\Documents and Settings\Mike\My Documents\Java\Sudoku\SudokuCell.java:41: cannot find symbol symbol : constructor String(java.util.List<java.lang.Integer>)
|
| source directory naming conventions and structure | 21 Dec 2005 17:13 GMT | 3 |
I am an engineer who has done significant programming, but I am not familiar with java. I recently received delivery of java source code that is ultimately intended for a major safety-critical application. I was a bit perplexed at first by the source naming convention and
|
| Keycode For Alt A | 21 Dec 2005 03:09 GMT | 5 |
I'm trying to set a mnemonic on a tab of a JTabbedPane using the setMnemonicAt method. It requires an int keycode rather than the char typically used to set a mnemonic. I'm having trouble figuring out the correct keycode for an Alt/A. I tried the VK_XXX code for "A" but when I ...
|