| Thread | Last Post | Replies |
|
| Get Parameter Values from Disabled select | 09 Apr 2007 21:16 GMT | 1 |
Is there any possible way to get parameter values from the disabled <select> of html. Thanks in Advance!
|
| how to install JAI | 09 Apr 2007 15:36 GMT | 1 |
Hi Sir, I want to know if I need JAI(java advanced imaging) in my project, so what should i have to do for that, should i have to install this package if i'm developing my applications in java 1.5 standard edition
|
| HCL Technologies-Inviting J2EE Lead / Designers | 09 Apr 2007 13:44 GMT | 1 |
Greetings from HCL Technologies. We have an immediate requirement for J2EE Leads / Designers. Exp : 4 to 8 years Designation : PL/TL and Architects
|
| The working of a++ in C | 09 Apr 2007 11:47 GMT | 2 |
Can anyone explain the output of the following piece of code in C: void main( ) {int a=1, b; b=(++a)+(++a);
|
| Need help on java | 09 Apr 2007 07:56 GMT | 1 |
Other parts of the project, I've already done; however, I'm stuck on 2 parts (Making the interface and creating a Location Picture of the structure http://img47.imageshack.us/img47/946/untitledgi7.jpg
|
| Another Client Server Program | 09 Apr 2007 07:24 GMT | 3 |
Hi friends, In the another program Q CREATE A server that asks for a password, then opens a file and sends the file over the network connection. Create a client that
|
| Internet Explorer in java? | 09 Apr 2007 02:09 GMT | 2 |
where can i get an open-source Internet Explorer written in Java? i wanna take a study of it and get knowledge behind it. thanks a lot in advance!
|
| Java under Linux | 09 Apr 2007 01:55 GMT | 7 |
When Sun's Java runs under Linux, what distributions are best? What screen controller schemes are best? What are the best tools for development? I am so infuriated with Vista I am thinking of setting up a dual W2K/
|
| XML Encoder Serialization | 08 Apr 2007 23:04 GMT | 4 |
I'm working on a design in which I had hoped to use XMLEncoder to store objects to disk. While testing it on two of my classes, I observed an inconsistency in which fields get added to the XML document. I use code like the following to write them out:
|
| ImageIO.write - compression | 08 Apr 2007 22:40 GMT | 5 |
I have the following code: String inputFilename = "input.jpg"; String outputFilename = "output.jpg"; BufferedImage bi = ImageIO.read(new File(inputFilename()));
|
| looking for simple example to access XML node | 08 Apr 2007 20:53 GMT | 6 |
I have a small XML document and I need to locate an 'led' node according to the unique 'skew'. I would really appreciate if someone can point me to an online example of how to do this. <catalog>
|
| Question: XML file communication between server and client | 08 Apr 2007 19:46 GMT | 3 |
Hi, All I have created a random array of data and transferred them to XML file as my random noise file. Now, I would like to transfer the noise from my client to the server through TCP socket connection. I referred to
|
| Improving performance of code | 08 Apr 2007 19:05 GMT | 13 |
I'm reading a file and doing some operations on it..It is a huge file going in GB's..... The code is working correctly but is very slow....How do i optimise it...
|
| Java program that "surfers" the web | 08 Apr 2007 18:34 GMT | 2 |
I'd like to write a JAVA program that "surfers" the web - Today I have a site that I'm using to get some data. I'm using a user & password to get in and retrieve the data. All of this I do manually these days.
|
| BufferedImage Scaling | 08 Apr 2007 17:48 GMT | 5 |
i am trying to wright a simple program where i have an image in a file. I load it in to a BufferedImage and scale it, and then i want to be able to set the position from the source code. it works like this. i have 2 BufferedImages i load an image in to them
|