| Thread | Last Post | Replies |
|
| clip image using java | 08 Sep 2006 10:06 GMT | 7 |
I want to cut an picture into 25 (5x5) pieces. Every small picture is same large.
|
| How to Create..Dynamic 2D graph for multi waves... in JFrame. | 08 Sep 2006 09:25 GMT | 2 |
I need a Dynamic 2D graph.... ie, grid of x and y in the graph should arrange according dumping y values... label in y and x , multi curve with different colors too.. Please tell me a suggestion which graph library will solve my
|
| Regular Expressions | 08 Sep 2006 08:05 GMT | 1 |
I want to find some regular expressions in a file using java. I used MappedByteBuffer in order to read the file (I do not want to read the file line by line) but the problem is that I can not delete the file after do the mapping between file and memory. Is there any way to
|
| Backspace | 08 Sep 2006 03:30 GMT | 2 |
Does anyone know how do i detect that the backspace button has been pressed by using the keylistener. What i mean is what do i put in the keypressed method to know that the backspace button has been pressed? Any help is greatly appreciated
|
| store or clone the Iterator | 07 Sep 2006 22:11 GMT | 1 |
I have a LinkedList which stores some integer key. For each key, I can use a computing function f() to get the corresponding value. In order to founding the key which has smallest value, I must work
|
| Generics in Arrays | 07 Sep 2006 20:23 GMT | 3 |
If I have a ArrayList which will hold items of type MyItem, then I declare it as: ----------------------------------------------------------- ArrayList<MyItem> items = new ArrayList<MyItem>(); -----------------------------------------------------------
|
| Sun Java 5 build 7 and 8 removed? | 07 Sep 2006 17:57 GMT | 2 |
I am running Java Runtime Environment Version 5.0 Update 8. I found out the hardway that upgrading from update 7 to update 8 breaks IBM host on demand. When I visit the download site;
|
| sessioin vs cookies | 07 Sep 2006 14:57 GMT | 2 |
what exactly the work of httpsession and cookies. i know that session is to maintain the communications betw browser and the server. i want to know that, where exactly httpsession and cookies are used if
|
| jakarta/commons.net | 07 Sep 2006 07:34 GMT | 6 |
I'm having a devil of a time getting the jakarta ftp lib to work correctly. The problem seems to be that the server I want to download to is behind a firewall. I'm setting the mode to PASV via the command ftp.enterLocalMode
|
| JStudio Creator class not found org.apache.catalina.realm.JNDIRealm. | 07 Sep 2006 00:03 GMT | 1 |
in my server.xml file i have this Realm configuration: <Realm className="org.apache.catalina.realm.JNDIRealm " debug="99" connectionURL="ldap://10.0.10.60:389" referrals="follow"
|
| Dealing with Degrees and Radians | 06 Sep 2006 14:10 GMT | 6 |
I'm trying to determine the length of the opposite leg of a triangle using the Math.tan() function. However it seems Math is set in radians (at least, I'm getting negative numbers returned from tangent, and I belive that's not possible in degrees) and I can't figure out how to
|
| out of bounds exception | 06 Sep 2006 06:28 GMT | 1 |
I've got a routine that initializes a 3-dimensional array in which the sizes of the arrays are read in at run-time followed by the values. I get the infamous array out of bounds exception. Anything wrong? THANKS
|
| Need help with JSP | 06 Sep 2006 02:25 GMT | 1 |
How to do this, the following code is in PHP, how to do it in JSP Submit is the name of the submit button is a html form. if(isset($_REQUEST['Submit'])) {
|
| Oracle JDBC Problem | 05 Sep 2006 21:31 GMT | 9 |
I have a Java program on a laptop which is trying to access an Oracle XE Database on my desktop. Here is the error I get...obviously there is something wrong with a connection string or something but I don't know what it would be
|
| Opening a Microsoft Word Document in Java | 05 Sep 2006 20:17 GMT | 1 |
Hi. I was wondering if it would be possible to open a Microsoft Word document (*.doc) in java. Any help would be appreciated. Thank you very much for your help
|