| Thread | Last Post | Replies |
|
| dialog problem | 15 May 2006 03:19 GMT | 2 |
when a jframe show a modal jdialog and that jdialog show another modalness jdialog. The modalness dialog is un-close-able, how to avoid it? thanks
|
| Java | 14 May 2006 22:16 GMT | 2 |
Hello everybody,, i want to store any type of file in oracle9i using servlet. any body can give me logic of it or if possible plz send full code. thnks.....
|
| Java Media FrameWork | 14 May 2006 20:27 GMT | 1 |
hi guys,I'm new in this group. i need a JMF(Java Media FrameWork) Component. please help me,thanks.
|
| plz make it 4 me as soon as possible | 14 May 2006 19:18 GMT | 28 |
this is ma description. Send Buffer The Send Buffer of a node implementing DSR is a queue of packets that
|
| Java IDE | 14 May 2006 17:18 GMT | 5 |
What is the most popular Java IDE? Thanks
|
| Java Thumbnail/Resize Image App | 14 May 2006 16:17 GMT | 9 |
I'm looking for an java image resize app that is very simple. I'm looking for something like the old ebay ipix app where I can resize jpg,jpeg,gif,bmp,png to a max width of 600px and display a preview on the page until ready to upload. I've used thinimage but too much for
|
| Proper Data Type. | 14 May 2006 12:28 GMT | 1 |
I have a table with 12,000 rows, i'm getting total rows by using "int total = resultsAdapter.getRowCount();". But in textbox total rows are appearing just 1,000, maybe i'm not using
|
| Skip an EXCEPTION!!! | 14 May 2006 11:14 GMT | 6 |
hello . . . I have a new prob in here. I WANT to convert a string value to INTEGER. The following will compile but returns an error when I run the code because of the presence of the letter "c" on the third element. How will I skip this element and proceed to the next element.
|
| Tomcat 5.5 - custom tag problem | 14 May 2006 10:44 GMT | 2 |
I have recently started to learn JSP and servlets and have installed Tomcat5.5 as servlet engine. At the moment, I am struggling with the correct use of taglibs. After trying to write my own simple JSPs without success, I switched to a sample webapp from a book CD but that
|
| function convert from long to Srting?? | 14 May 2006 07:12 GMT | 4 |
is found function convert from long to string?? plese if found tell me
|
| Splitting large Objects | 13 May 2006 22:00 GMT | 3 |
I am working on a medium size project which use the composition pattern for the structure of the data. The composition pattern basically means that other objects are in a root object, recursively. The problem we are now facing is that these objects become extremely large.
|
| Externalizable vs. Serializable | 13 May 2006 21:22 GMT | 1 |
I've read that implementing Externalizable provides faster performance that Serializable, at least according to: http://www.onjava.com/pub/a/onjava/excerpt/JavaRMI_10/index.html?page=5
>From my understanding, the primary benefit of Externalizable |
| Qouted String Problem | 13 May 2006 17:35 GMT | 3 |
I have a string user_name and it is saved in table with single qoutes, i mean if you view the table there are single qoutes on both sides of user_name like 'amir', it is saved with single qoutes. The problem is how can i write sql query in java with = comparison, i'm
|
| Type-safe array creation | 13 May 2006 16:20 GMT | 5 |
Fooling around with generics, trying to create a type-safe list-like class, and started with the following: public class Glist<T> {
|
| How to change the configuration parameters of a java application at runtime | 13 May 2006 14:28 GMT | 3 |
I have a query regarding xml and java: Please guide. Scenario is like this: I have a few configuration parameters in an xml file that I need to
|