| Thread | Last Post | Replies |
|
| Using javax.swing.filechooser.FileSystemView | 23 Feb 2007 01:37 GMT | 1 |
I have a question about using FileSystemView. On Windows I would like to be able to obtain a top level lists of folders (and files), such as one would see in explorer with the "Desktop",
|
| Making an Input Button | 22 Feb 2007 22:40 GMT | 3 |
I have a java application where i have this source code in the JSP file. <input type="submit" name="add" value="Add User"> <input type="text" name="newadmin" size="30"
|
| Chris Uppal gives the most appropriate replies | 22 Feb 2007 20:54 GMT | 2 |
hi.. thanks for your support to me and all other group members.
|
| Learning Java ...again | 22 Feb 2007 20:44 GMT | 22 |
i want some help regarding : from where and how to learn programming in J2se in a systematic way ....can ANYONE suggest me any particular BOOKS for this ..... i've alrready tried the available ones like "Complete refernce , sun
|
| including JSP using javascript | 22 Feb 2007 20:31 GMT | 2 |
I have a website where I need to fill its contents after retrieving some data from another system (not a DB, but you can think like it). I know the nature of the data, but the order that it is retrieved is random, and there is no way to order it. Therefore, it is giving me
|
| Missing font-symbols in jdeveloper (double quotes) on Linux | 22 Feb 2007 18:41 GMT | 3 |
Sometime ago I installed jdev9052 on my Fedora laptop. I noticed that it was not possible to insert a double quote (") with the keyboard. The only way to get a " is with copy/paste. All other applications accept the keyboard-input
|
| Zip file: how to replace entry? Is that possible? | 22 Feb 2007 18:06 GMT | 7 |
after huge amount of time with Google, I decided to ask you for help. I am wondering is it possible, using Java API, to get some ZIP file and delete/add/replace some files that are inside it. Everywhere they provide examples how to create new ZIP or how to read one, using
|
| EJB3: Dynamic deployment strategies? | 22 Feb 2007 16:51 GMT | 1 |
Given EJB3 and J2EE 5, I'm curious to learn what you 'd suggest for a deployment strategy that would allow continuous adding, modifying, and removing session, entity and message driven beans in a container. Assume a generic, compliant container/server.
|
| How string literal is working | 22 Feb 2007 16:23 GMT | 8 |
I have doubt regarding the String literal... I come to know from java documentation String str = "abc"; is equivalent to: char data[] = {'a', 'b', 'c'};
|
| Java Programmer - Carrollton, GA. | 22 Feb 2007 15:38 GMT | 3 |
This is my direct client opening Java Programmer - Carrollton, GA. This is 1 Year contract position, with an option to hire at end of contract. Client will sponsor H1-B Visas. Java Programmer to design, develop, implement and maintain application
|
| Java Applet Read/Write Etc.. | 22 Feb 2007 14:58 GMT | 11 |
Hi. I've got a java applet that needs to edit an XML file with data captured via GET by javascript and then retrieved via getParameter() etc.. The platform is a local only machine running Firefox 1, Java 1.5,
|
| How To invoke a Applet from a Java File ??? | 22 Feb 2007 14:54 GMT | 3 |
i have to run a Applet from a Java file.I tried this by creating an instance of the applet in the Java fole and calling init() over the Applet instance but was unable to run the Applet. i.e=>
|
| setLocationRelativeTo | 22 Feb 2007 14:12 GMT | 1 |
I have a class that extends JFrame, and on its constructor, I have the 2 lines of code: pack(); setLocationRelativeTo(owner);
|
| Programminig | 22 Feb 2007 14:02 GMT | 2 |
what is the difference between vb.net and c#? Regards,
|
| Resize Animated GIF Image | 22 Feb 2007 13:30 GMT | 8 |
Hi Experts, Is there anyway to resize animated gif image using java tech. Thanks in advance DF
|