| Thread | Last Post | Replies |
|
| How can I change a data type into an Int? | 21 Nov 2005 16:18 GMT | 5 |
How are you all, I need some help with my homework assignment. I need to validate data and then use exception to avoid the user to imput an invalid data and crash my program.
|
| Possibilities with RMI | 21 Nov 2005 13:47 GMT | 6 |
I've been reading up on RMI but am still unsure if the following is totally possible please advise, thanks. I'd like to basically have a RMI Server working on 1 or more clients, which connects to an overall server. I would like this server to send
|
| AWT custom events problem | 21 Nov 2005 13:43 GMT | 5 |
Hello, I'm trying to figure out AWT custom events. I saw the code below in googlegroups. My question is, what class should AClass represent? I'm not sure what class to pass here and I don't understand what obj is passed when firing
|
| Personal Java problem | 21 Nov 2005 11:05 GMT | 1 |
Because of backward compatibility I want to test my application with the Personal Java Emulator from SUN. The problem is, that the emulator isn't able to start my application. It returns the following error: Can't find class ...<classname>.
|
| Short circuit evaluation | 21 Nov 2005 09:50 GMT | 5 |
Hi all, does anyone have any code that will prove java uses short circuit evaluation e.g. (expr1 && expr2), if expr1 is false it will stop evaluating. Thanks in advance JS
|
| how do i check 2 values | 21 Nov 2005 04:37 GMT | 7 |
i am trying to check if 2 values are false (1 or the other) but it wont work. what am i doing wrong. i have tried lots of methods but none of them seem to work. code below:
|
| JComponent Problems | 20 Nov 2005 21:26 GMT | 4 |
Hello, here's the situation, I hope you can help... : I have two JComponents. One is called "Tracer"; the other one, implemented with the help of the CoordinatesDemo on java.sun.com, implements MouseInputListener and extends JComponent, and is called "Mouse".
|
| Multithreaded Java Console... | 20 Nov 2005 17:29 GMT | 4 |
I have implemented a simple JTextArea console to redirect System.out and System.err to. This includes a little thread that reads a stream and appends the contents to the JTextArea. My program (that throws stuff to System.out & System.err) is multi-threaded.
|
| winows CreateEvent(), SetEvent() equivalent | 20 Nov 2005 14:22 GMT | 2 |
I am trying to figure out a way to implement windows CreateEvent() and SetEvent() in java. I only need to consider intra-process (within the same process) synchronization, whereas in windows the events can span multiple processes. Any ideas?
|
| eclipse 3.1, ant and Junit | 20 Nov 2005 00:20 GMT | 3 |
I'm in the process o writing a build file for a large project. I'm using Ant and I would like a target to check that all tests are passed before I continue the build. Problem:
|
| Help regarding simple roman numeral converter | 19 Nov 2005 21:31 GMT | 5 |
I started to study computer science a few months ago, so I'm still a very be ginner in Java. I need to write a program which converts ONE roman numeral to the correspond ing latin one (e.g. V should print out five and C 100). I tried to do this w
|
| any VERY SIMPLE packages for reading and processing html files ? | 19 Nov 2005 08:38 GMT | 13 |
The subject title says it all Cheers Doug
|
| Model View Controller | 19 Nov 2005 08:38 GMT | 11 |
I've been reading about the MVC concept but it just doesnt make sense Has anyone got any examples or references that I coule be pointed at ? Cheers Doug
|
| HELP!! Netbeans Browser client applet using HTTP Servers(iis, apache) | 19 Nov 2005 04:06 GMT | 1 |
I'm trying to write a custom applet with netbeans that users can access anywhere with a web browser. Currently I'm simply tring to implement a secure login where: (1) a user enters his username and password
|
| What is the "fix it" for getting to the net? | 19 Nov 2005 04:06 GMT | 5 |
Given that I have recently acquired BlueJ 2.0.5, that I have Win2k with NT and Internet Explorer as my browser. I have an applet that I several years ago made that uses "Bookmark" as a reserved word. I can compile it with my copy of JB5 (jre 1.3). And
|