| Thread | Last Post | Replies |
|
| quick ZipFile question | 14 Mar 2004 08:54 GMT | 3 |
ZipFile takes a filename or a File object in the constructor. If I already have the "zipped" file in byte[], is there anyway to avoid creating an interim physical file? Thnx
|
| Running java applet under IE6 | 14 Mar 2004 01:36 GMT | 3 |
Here is my problem : i want to open a window where is displayed a java applet. Under every browser the same Java plug-in is used. The applet is correctly downloaded and runned under Mozilla 1.5 and IE 5.5
|
| Game of Life | 14 Mar 2004 01:32 GMT | 9 |
Has anyone ever made a game of life program in java? Its only got to be done in a text version, not a graphics display, but ive got no idea how to start. It has to be torroidal - basically all the sides are supposed to be linked. Any help would be welcome!
|
| Date Of Birth to Age conversion script | 14 Mar 2004 00:31 GMT | 3 |
I have a script that converts Date Of Birth to Age. The Date of Bith is inputted via form drop down boxes (i.e. "Jan" = 1, Feb = "2", etc.). The question I have is that the Month/Day/Year inputs have defaults of "0". So how do I code it so that if the year isnt selected then the ...
|
| [Pb]Servlet/Tomcat/XML | 13 Mar 2004 22:07 GMT | 6 |
I've got a servlet which read an XML file (XML database). But there's a problem when I run it with Tomcat, I've got a nullPointerException error and when I watch the Tomcat's logs, it says that my XML file does not exist. I made several tests, changing the path of the file (./file ...
|
| Simple Encryption & UUEncode | 13 Mar 2004 18:23 GMT | 1 |
I'm new to java.security and javax.crypto. I was wondering what the simplest way to do encryption and uuencoding was. Are the encryption algorithms guaranteed to be available on all platforms assuming a minimum JVM? I'm trying to encrypt and uuencode a string and don't need heavy ...
|
| overlay problem | 13 Mar 2004 12:00 GMT | 4 |
I am doing a lake effect for a friend, who wanted an arch with the water showing through it. After struggling for hours, it looked fine offline. This is a screen shot of it - http://www.ccbrundage.net/test/image1.jpg But when I uploaded it, it
|
| msjvm removal tool | 13 Mar 2004 08:04 GMT | 1 |
I used the msjvm removal tool, and now applets won't work in IE 6. I have Windows XP Home Edition SP1. I have the latest Java SDK installed (I downloaded it this morning and installed it and it includes the JRE). I can run class files from the dos
|
| simple i think | 13 Mar 2004 00:15 GMT | 2 |
have a circle on a screen with a button. it has a radius of 20 when I click the button it adds 5 until it reaches 30 then it click by click it then decreases until it reaches 10
|
| MIDlet GUI | 12 Mar 2004 17:58 GMT | 1 |
I am currently working on a project which allows the user to connect to his home with a mobile phone and control lights,doors and the heating system. At the moment I am working on the GUI for the phone and I was
|
| Abstract classes | 12 Mar 2004 13:49 GMT | 3 |
I was looking on some Java code. I noticed one class with no abstract metods defined as "abstract". I know is is legal, but what is a purpose of it? Why not to define it as non-abstract class? Thanks,
|
| simple i think | 12 Mar 2004 13:10 GMT | 3 |
I have a circle on a screen with a button. it has a radius of 20 when I click the button it adds 5 until it reaches 30 then it click by click it then decreases until it reaches 10
|
| Is there a way to bounce email messages back from off the server using JAVA? | 12 Mar 2004 11:41 GMT | 6 |
Is there a way to bounce email messages back from off the server using JAVA? Regards, Casey
|
| Endian Problem | 12 Mar 2004 05:11 GMT | 8 |
When using readInt() to get a value written by a C process, the bytes are in the wrong order. Is there a system utility that will reverse the bytes for me? Thanks
|
| image.getWidth(null); | 12 Mar 2004 03:44 GMT | 4 |
Another mystery. Any clues vanishes before a proof can be found. How comes imgh prints the correct values but imgw prints -1? for (StringTokenizer stringtokenizer = new StringTokenizer( "head+yeu1+yeu2+nose+nost1+nost2+lowernose+moustache+lowerlip1+lowerlip2+che
|