| Thread | Last Post | Replies |
|
| newbie:this program gives error on compiling | 23 Dec 2007 04:27 GMT | 3 |
This program gives 2 errors on compiling. 1. java:13: package Ellipse2D does not exist return new Ellipse2D.Float(0,0,getWidth()/2,getHeight()); 2. java:17: getClip() in java.awt.Graphics cannot be applied to
|
| why wont this work | 23 Dec 2007 03:05 GMT | 3 |
what is wrong with my code to make it throw this IOException? import java.io.*; public class mainClass { public static void main(String[] args) {
|
| quadratic probe help please | 22 Dec 2007 15:54 GMT | 2 |
i would like to ask you about how to use a quadratic function in hash tables like instead going: hashVal++; to go to next cell i want it to go hashVal + x^2;
|
| Casting from Object to int | 21 Dec 2007 19:54 GMT | 6 |
I'm developing a method which receives two Object parameters, and I need to cast one of them to int. How can I do it? public method(Object a, Object b){ this.b = (int)b; // doesn't work!
|
| Animation Problem | 21 Dec 2007 15:55 GMT | 3 |
I have a program which generates a set of images based on some data and displays them on the screen in various places based on a counter representing the steps so step 1, step 2 etc. I want the user to be able to scroll through the steps 1 at a time by clicking a button or if they ...
|
| set classpath correctly | 20 Dec 2007 00:52 GMT | 11 |
I am very new to Java and any programming besides a little sql. Will you tell me how to set my environment variable (Class path) so that I can use javac in the dos window? My javac file is on my c drive inside the folder for the java. Strangely, I was able to compile my Hello World ...
|
| running external programs | 19 Dec 2007 23:29 GMT | 4 |
Does anyone know how to run an external program (i.e. a windows exe) from a Java application (if this is possible) I'm writing a program that edits a file for another program to use. Dave
|
| shared libraries between two oc4j instances | 19 Dec 2007 15:58 GMT | 7 |
Hi all. How can i organize shared libraries between to oc4j instances ? they are placed on difference PC in local network. Thanks
|
| Moderators? | 18 Dec 2007 18:44 GMT | 10 |
Just a thought...is there any mod for this newsgroup? MI5 spam is prolly some of the most annoying since AOL in '94. no one cares if the government is spying on you. moron. If you take a gander at the world, they look at all of us, and ignore the most
|
| Shut networked computers down at once | 18 Dec 2007 13:38 GMT | 4 |
I am currently developing a java application that allows a user to be able to shutdown a room full of computers. This is being done by sending the shutdown command to the command prompt. For example shutdown -m \\computername -s. The only problem them with this is if a
|
| Openwave Hiring Indian Professional for H1B | 18 Dec 2007 05:11 GMT | 1 |
Openwave Computing is going to hire 90 professionals from India. Their H1 B hiring process starts with
>> the short listing the resumes, accepting the terms and conditions and preparation of "Personnel Profile".
|
| More trouble getting JNI working on Linux | 17 Dec 2007 12:02 GMT | 14 |
Ok, so I am trying to get JNI working for the first time. I found http://www.cs.umanitoba.ca/~eclipse/8-JNI.pdf, but it is rather outdated and very Windows-centric (does not take case into account for filenames, for example).
|
| I need book for algorithms | 17 Dec 2007 12:00 GMT | 2 |
please send me some kodeetsrke@yahoo.com
|
| TextArea appending a String at the end of each line | 17 Dec 2007 07:14 GMT | 2 |
I took a sample java program his library and modified the program. I have shown a method to calculate the number of lines. I want to add a short String after each line displayed.
|
| encoding c cedille | 16 Dec 2007 23:35 GMT | 3 |
<a href="http://en.wikipedia.org/wiki/Façade_pattern"> How can you encode that URL embedded in HTML to avoid the c cedille? Can you use ç or must you use URL-encoding hex? or is there some other convention?
|