| Thread | Last Post | Replies |
|
| reading multiple files | 04 Sep 2006 21:42 GMT | 4 |
is there an easy way to read multiple files from directory inside project path... my application should "load" all those files from this directory at startup, of course
|
| Trouble compiling from command-line | 04 Sep 2006 11:31 GMT | 3 |
I have a rather large project which gives no errors in Eclipse. However, if I try to compile it from the command line, I get a huge bunch of errors. I pick out a few:
|
| First Java Help Post | 04 Sep 2006 10:47 GMT | 2 |
Im a software developer learning Java. I am not overly familiar with typed languages, and was wondering if anyone could help with the following code that I am running as I work through the execises in "Beginning Java" (code follows):
|
| Spring framework ? | 04 Sep 2006 10:45 GMT | 4 |
I saw NetBeans training of using Spring framework. It works, but still can't figure out for what that framework has suppose to be. On a springframework.org I found: About Spring LDAP
|
| JCreator beginners question | 04 Sep 2006 05:11 GMT | 4 |
I am very new with JAVA. Using JCreator V3LE it is not possible for me to opening Applets in my Browser (neither MS Explorer nor in Firefox). It opens only in theJCreator internal window.
|
| Reading Environment Variables | 04 Sep 2006 05:10 GMT | 3 |
I set up an environment variable in Windows called "NXTCOMM" and gave it a value of "COM6". Now I'm trying to get my Java program to read the value. Here is my code: public class Test {
|
| Maximum Java Source Size | 03 Sep 2006 23:07 GMT | 12 |
I would like to ask you guys a very general question. Is there a maximum limit on how big a .java file(in kilobytes) can be, or is there no restriction on this? Any help is graetly appreciated
|
| Writing date and time in a log file in java | 03 Sep 2006 19:38 GMT | 5 |
Hi. I am writing an HTML log file in Java. I was wondering if I could do it as import java.util.*; ...
|
| Drawing an Image in a JPanel | 03 Sep 2006 12:15 GMT | 7 |
I'm using Netbeans GUI and wrote the following code to draw an Image in a JPanel. It works fine until I switch windows and then the image is gone. I am aware to the paint function but I don't know how to make sure to
|
| Java FAQ Book by Jonnie Kanerva | 03 Sep 2006 09:32 GMT | 4 |
I remember that some years back I am having the book Java FAQ from java series by Jonnie Kanerva in HTML format. It is a nice book. If it is still exists online, can anybody provide download/browsing link for the same.
|
| Documentation | 03 Sep 2006 05:35 GMT | 1 |
I cannot find com.sun.media.renderer.video API documentation! Can someone help me ? Many thanks in advance !!!
|
| need books sites | 02 Sep 2006 22:44 GMT | 2 |
HI Send me best links to study java online one I know is of sun thanks
|
| Swing and threads | 02 Sep 2006 18:56 GMT | 2 |
Hi all, I was wondering if someone could give me points on where their are arrticles, or hints / advice on what i need to consider for this. I am creating a network based application with a Swing based front end. The network back endis currently using multiple threads. However, I
|
| Applet runs fine Pre IE 7 Now errors | 02 Sep 2006 18:15 GMT | 6 |
I'm not a very experience Java programmer. I have much more experience with C++, but am now trying to figure out some Java problems. We have an applet that has been working fine for years. Now we have tried it on IE 7 and get the following errors in the Java Console:
|
| Displaying System Time In Java | 01 Sep 2006 22:06 GMT | 3 |
I would like a label in my java application to display the system time and date. But i don't know how to do this. Is it as simple as saying setText. i.e. lblTime.setText("" + ). I would like to know what goes after the plus.
|