| Thread | Last Post | Replies |
|
| Calculating PI with the law of Cosines (Wont Work) | 05 Apr 2008 17:43 GMT | 19 |
package picomputer; import static java.lang.Math.*; import java.util.*; public class Main
|
| Red X image displayed where the applet should be, applets won't run | 05 Apr 2008 12:45 GMT | 7 |
Error as described here, http://www.java.com/en/download/help/redximage.xml most or nearly all applets from other pages display well in browser this applet works with the appletviewer.
|
| test my equals using junit 4 | 04 Apr 2008 14:31 GMT | 4 |
Is there a simple way to unit test ( using junit 4) the following code: @Override public boolean equals(Object obj) {
|
| Text to String literal conversion | 04 Apr 2008 04:55 GMT | 11 |
In connection with writing some unit tests, I need a utility to convert text output to a String constant expression. http://www.snible.org/java2/uni2java.html is almost exactly what I want, but I would prefer the literals broken at newlines and concatenated.
|
| Using HEAD TRACE OPTIONS with http | 03 Apr 2008 22:26 GMT | 5 |
How can I use http request methods like HEAD, TRCAE, OPTIONS etc with urlConnection. I tried setRequestProperty("TRACE", "") but still I get the contents of the file.
|
| showInputDialog prefill | 01 Apr 2008 19:17 GMT | 4 |
Is there a way I can prefill a JOptionPane.showInputDialog()? (User fills in from scratch by I want to put something that s/he can edit)
|
| HashTable | 01 Apr 2008 01:32 GMT | 4 |
Can anyone help me? Apart from the hashtable already implemented in java,I want to implement a hashtable in my own way using bucket array.If anyone can provide me with their least help also,I shall be grateful to him/her.I have done a bit which I am going to post after 2
|