| Thread | Last Post | Replies |
|
| file searcher | 08 Oct 2004 11:22 GMT | 6 |
I need a small algorithm to select all mp3 files in a dir (user may choose this thir by a filechooser already implemented) recursively in all subdirs. Hoping to be enough clear.. Tnx
|
| Loading picture before the using java applet / progress bar or waiting message ? | 08 Oct 2004 09:00 GMT | 2 |
An applet on one of my pages uses a big picture as background. I want to load it before the applet and the rest of the html source. By doing this I want to avoid that the pane of the applet is grey during the load of the picture.
|
| Adding Classpath on the fly? | 08 Oct 2004 02:40 GMT | 3 |
Let's say you have an application main class that loads a text file that lists any number of different classes you want to use at load time. But only one class can loaded per session. So there would be a seperate text file for each class.
|
| [HELP] Altering XML Document | 08 Oct 2004 00:27 GMT | 1 |
If I have an XML Document <?xml version="1.0" encoding="UTF-8" ?> <root> <node1 />
|
| HTTP Authentication in Java - works in MSIE but not Mozilla | 07 Oct 2004 23:08 GMT | 6 |
On my university's site is a webpage which allows me to download lecture notes, the page uses a menu in the form of a Java applet. The webpage requires HTTP authentication for me to load it, the Java applet and additional files needed for the Java applet also require a
|
| Newbie Text input question | 07 Oct 2004 21:55 GMT | 1 |
I'm modifying a small applet for a web server that accepts text input in one box, and shows the returned data in another box. As long as I'm typing text, all works well. However my application depends on the ESCape key for control. The code will not pass
|
| Standalone functions permitted? | 07 Oct 2004 21:53 GMT | 1 |
Can standalone functions be written in Java? Thanks.
|
| How can I find the contents of a jar set on a classpath? | 07 Oct 2004 17:24 GMT | 2 |
I have a *.jar file that contains a file named "myproperty.properties". I work with Eclipse and I set the jar on the classpath of my Project. Now the problem:
|
| Printing HTML | 07 Oct 2004 16:39 GMT | 2 |
Hi @ll, is there a simple way to print HTML-files? I have the path of one (local) html-file and only want to call a method like print(c:/temp/xyz.html)... :-) thanx in advance
|
| problem j2re 1.4.2 and redhat ES | 07 Oct 2004 11:49 GMT | 4 |
Hi to everybody, I have installed the j2re 1.4.2 on redhat enterprise v.3 ... the installation has gone to good end but when I launch from shell java it gives me the following error:
|
| What does '~' before a number mean | 07 Oct 2004 11:13 GMT | 23 |
I discovered the following code in a java file: byte[] fileNameInBytes = new byte[100]; for(int i=0;i<100;i++){fileNameInBytes[i]=~0;} What does '~0' mean?
|
| Can I use a swing Component (e.g. JTextField) in a Java Applet | 07 Oct 2004 10:49 GMT | 1 |
Need help in Java - Can I use a swing Component (e.g. JTextField) in a Java Applet? Would I have any problems if I use a swing component in a java applet?
|
| Write more compact code possible | 07 Oct 2004 10:47 GMT | 24 |
I wonder if there is a way to get rid of the result=true in each case statement? All hints are very much appreciated! BR
|
| Wall posters on java? | 07 Oct 2004 02:54 GMT | 10 |
We need to add some life to a recently redecorated computer lab in a college of further education. Java is one of the subjects taught in this lab. I have ordered the Addison-Wesley poster which shows the java classes. Anybody know of other relevant posters and where we can
|
| program surveillance | 07 Oct 2004 00:32 GMT | 9 |
I would have to realize a video program surveillance for cellular and I do not know just from where to begin. Someone has a po' of experience in merit? Practically through the cellular one I would want to be connected to of the television cameras situated in my office
|