| Thread | Last Post | Replies |
|
| Ajax hide code | 07 Aug 2006 23:27 GMT | 1 |
I have XMLHttpRequest object that connects to a web site in the background, gets, post stuff. All good so far and working. How do I hide the code so that the end-user can't see which web site I am connecting to? I thought of creating a .JS file, but they can access
|
| retrieving information from website using Java | 07 Aug 2006 22:51 GMT | 4 |
I have a very basic question regd retrieving information from website using Java: Basically I am working on the development of a database where a user enters an address (street, city, state, zipcode). Based on the user input of the
|
| StyledDocument newbie problem | 07 Aug 2006 21:10 GMT | 1 |
I'm having a hard time figuring out how these are all interconnected. Specifically, I'm trying to implement a button that sets or clears bold on selected text depending on whether the first character of the selceted text is already bold or not.
|
| Java Serialization Object Size | 07 Aug 2006 19:12 GMT | 1 |
Has JDK 1.4 and 1.5 changed the encoding of String objects when performing serialization? I seem to remember that it used to be a serialized String occupied ((numChar * 2) + 16) bytes. Hence a four char String was serialized as 24 bytes to disk (or memory, or
|
| The SSCCE is back! | 07 Aug 2006 11:03 GMT | 2 |
The document on the .. Short, Self Contained, Compilable, Example also known as an SSCCE, is back up at PhySci. The URL is <http://www.physci.org/codes/sscce/>
|
| Copy image to Wordpad vs Word | 07 Aug 2006 02:18 GMT | 1 |
I'm able to copy an image from my java application to the clipboard and paste it into Word. However, pasting it into Wordpad yields a totally black image. Also, copying the same image from Word and pasting it into Wordpad works fine. Any clue?
|
| The most powerful question to ask A.I is: | 06 Aug 2006 23:37 GMT | 4 |
The most powerful question to ask A.I is: 1.How is a hammer connected to everything and what network map would it build for the next question. 2.How is everything connected in the universe by the way of magnetism
|
| inter-applet communication problems | 06 Aug 2006 17:47 GMT | 10 |
I am trying to access the methods of one applet within another applet. The first applet is Jmol, an open-source molecular modeling tool. A sample of my code (the second applet) follows: Applet a = this.getAppletContext().getApplet("jmolApplet0");
|
| Java source code translation/obfuscation into another language | 06 Aug 2006 16:43 GMT | 6 |
We have a requirement where in we wanted to translate the Java code developed in english to antoher language (not the computer language, but the language which we talk). For eg, The coding will happen in english and we wanted to change the
|
| where does java begin | 05 Aug 2006 19:54 GMT | 4 |
now that am a beginner, should i first learn swings or applets. gim'me a good idea of where to start, Thanks
|
| Nest SQL queries and result sets? | 05 Aug 2006 07:46 GMT | 13 |
I'm trying to use a while loop to loop through a result set, and inside that results set call another query. Like.... database_conn1 = new DBConnection(url, user, pass); database_conn2 = new DBConnection(url, user, pass);
|
| Passing a mouse event message to the parent window? | 04 Aug 2006 22:08 GMT | 4 |
Yet abother silly newbie question... I could simplify my project considerably if I could, under certain conditions, pass mouse events from the child window that gets them through to the parent window that contains the child window. The parent
|
| Making secure server | 04 Aug 2006 19:56 GMT | 1 |
I'm Rag Setty, building a commercial E-mail server. I need info on the below topics: 1) What needs to be done to make my mail server
|
| accessing subclasse methods and fields with introspection / reflection | 04 Aug 2006 16:02 GMT | 7 |
I am trying to implement a new functionality in a library with reflection. Anyone with a piece of advice ? The problem is that I am having a class with a lot of subclasses with several levels in the subtree. I have factories that instanciates end
|
| A Newbie, Can't Trace My Compiler from Command Prompt! | 04 Aug 2006 14:42 GMT | 3 |
Hello to all. Am a newbie in java, just installing the package on my system. I want to start learning the language from the scratch, and I hope you guys will assist me in all fronts. Presently I encountered some problems at the installation stage; after
|