| Thread | Last Post | Replies |
|
| Easy question but I can't seem to get it to work | 03 Jun 2006 16:16 GMT | 13 |
I'm trying to read in a text file and just input it to a string. The following is my code but it can't seem to find the file.txt file. I have it in my project directory where all my classes are. All the examples I have look just like this, but I can't seem to figure out why
|
| Applet Buttons Not Triggering | 03 Jun 2006 06:48 GMT | 1 |
I am having an issue getting the "Compute", "Reset", and "Close Window" buttons to work in this calulator. The code compiles without issue in TextPad. I had it working (calculating and displaying in the text area), but I was getting a "uses or overrides a deprecated API" error
|
| java regex split | 02 Jun 2006 19:41 GMT | 7 |
i want to split a file containing username and emailids into 2 parts; and store them separately, in perl its written as, ($user,$id) = split / \s+/, $line, 2;
|
| Regarding Date Classes | 02 Jun 2006 10:49 GMT | 1 |
Well, people, I just need your help on Date classes.that is given a string, i want to check if its a valid Date and if so want to extract its date, month and year. Though i ve referred Java API, i am not getting any idea as which
|
| A List with template | 02 Jun 2006 02:30 GMT | 4 |
I am studying a java project downloaded from internet, but i can not compile it correctly. one error is that List<string> is not a type, but i have import java.util.List .why?
|
| converting some VB code to Java.. | 01 Jun 2006 23:15 GMT | 14 |
Hi all, long time no see....:) I'm trying to learn AJAX, am following this tutorial, http://www.w3schools.com/ajax/ajax_source.asp I need the VB script code in this pg converted to JSP so I can play around with this in my Tomcat.. got as far converting the getParam
|
| C++ to java code converter | 01 Jun 2006 20:51 GMT | 26 |
Do we have anything that could convert C++ code to java code? To what extent are such tools reliable? TIA.
|
| byte[] in xml or file | 01 Jun 2006 17:59 GMT | 2 |
how could I save byte[] in xml or in a file? Do I have to cast from byte[] -> String -> byte[]? What do I have to do? Thank you....
|
| JScrollPane + auto-scroll to the last appended line | 01 Jun 2006 14:28 GMT | 2 |
I have an un-editable JScrollPane (a simple JtextArea). I append lines to it when some events in my program happen. I would like to ask how to make the scrollpane to scroll always down to the last appened line. Currently the scroll pane's viewport stays in
|