| Thread | Last Post | Replies |
|
| I can not figure out what I am missing | 23 Oct 2006 00:53 GMT | 6 |
I can not tell what I am doing wrong here. Can some help me on this one? I am also unsure as to how to make it repeat untill stop is entered? First file code...
|
| Questions about how to draw random squares within certain ranges | 21 Oct 2006 20:00 GMT | 3 |
Hi, everyone. I am new here, please be patient. :D Here is the thing, I need to design a class that represents couple buildings. Within those buildings, I need to put some random lightened windows which can be showed by using yellow squares. The random part
|
| pushing an string onto a stack | 21 Oct 2006 18:40 GMT | 2 |
Hi, I am a newcomer to Java and I was wondering how you would push a string onto a stack. This is my code: ... Stack astack = new Stack();
|
| Java silence detection | 21 Oct 2006 11:21 GMT | 14 |
How to detect the "silence" in a File.wav, during recording. Thanks. Kar
|
| JFileChooser write permission | 21 Oct 2006 08:16 GMT | 3 |
I have written a Java applet that I run from the command line using appletviewer. I used policytool, setting the CodeBase to the directory with the applet class, and gave "FilePermission," with a target of <<ALL FILES>>, with permission to "read, write." After using
|
| JUnit Testing | 20 Oct 2006 15:15 GMT | 3 |
The way I understand it is the JUnit test module never actually gets called. The compiler just simply sees it and runs it. I can get it to work but I can't figure out a way to pass parameters to it. If it never gets called how does one pass parameters to it? I tried using
|
| Generics question | 20 Oct 2006 04:33 GMT | 4 |
A few days ago I posted a question about implementing an immutable object in my design (the final answer being to do it just like Bloch says to do it in Effective Java).
|
| Probablistic public-key crypto in Java | 19 Oct 2006 11:32 GMT | 1 |
Is there a Probabilistic Public-Key (asymmetric) algorithm already implemented in Java? Googling around does not provide me any relevant info. Thanks in advance for any info.
|
| JDBC-ODBC connectivity | 18 Oct 2006 15:38 GMT | 4 |
i m facing problem in running tht code i also followed these stpes in order to connnect java with access control panel->administrative tool->data sources ODBC ->from user data sources select MS access data
|
| Runtime.getRuntime | 18 Oct 2006 14:38 GMT | 1 |
I am using rt.exec to run OScommands(Unix commands and scripts from java), however the PATH does not seem to be set, so I have to specify the full path of the command I want to run (e.g. /usr/bin/lp). How can I set the PATH so that I do not need to specify the full path
|
| Download Java / J2EE Interview questions | 18 Oct 2006 12:29 GMT | 1 |
Download Java / J2EE Interview questions JAVA Interview Questions Download all answers from www.questpond.com OOPS and CORE JAVA
|
| Looking for Java/Win32 Automation API | 18 Oct 2006 03:02 GMT | 6 |
Is there something that would allow a java program to perform similar operations as http://www.autohotkey.com/ Ideally, I would like an API to autohotkey but it apparently does not exist.
|
| Chasing intermittent lockup of my AWT thread... | 17 Oct 2006 05:20 GMT | 1 |
On occasion I am getting these nasty lockups in my GUI, something must be deadlocking, or maybe I execute some code outside of the Event Dispatcher... Using SwingUtilities.isEventDispatchThread()
|
| showing alert in jsp without navigating | 16 Oct 2006 16:53 GMT | 1 |
I have a a jsp page that enters the form values into the database. I need to check if the userid entered for new signup is already taken. If yes, then I need to show an alert and then remain on the same page. I am unable to stay on the same page after showing the alert. Is there
|
| How to change java properties permanently | 16 Oct 2006 14:26 GMT | 1 |
I'd like to override some java system properties (and, if possible, add some others) so that they are changed for all executions of the JVM on my PC. Is there any way to do this. Perhaps a directory under JAVA_HOME where I can place a
|