| Thread | Last Post | Replies |
|
| Need basic help.... | 03 Nov 2007 19:58 GMT | 28 |
Good Morning / Evening, Can anyone walk me through this. Im really stuck, ive got the general idea but would appreciate if anyone can spend a moment and help me fully understand it.
|
| generics, compareTo, and ArrayList( ) | 03 Nov 2007 15:37 GMT | 5 |
My assignment is to create a generic method to sort an array of objects. I'm supposed to compare objects with compareTo in the sort routine. public class numberList< T >
|
| convert integer to string | 03 Nov 2007 04:44 GMT | 5 |
how do i convert an integer to a string?? eg:int x=451;String s; i want da string to be '451'
|
| Display Image on Top of Another | 02 Nov 2007 19:22 GMT | 2 |
I want to be able to display a background image and be able to display other images (with transparent parts) over it and be able to reposition them. Is this possible? If so, how?
|
| If I'm an executable jar, can I delete myself? | 02 Nov 2007 11:31 GMT | 5 |
Is this possible? I have a jar that is an uninstall program and needs to delete itself after it runs.
|
| Importing javax.faces.context.FacesContext for Glassfish | 01 Nov 2007 19:22 GMT | 22 |
I am working through the examples in the book "Core JavaServer Faces" and I'm stuck on code that requires javax.faces.context.FacesContext to be imported, which is in listing 4-10 on page 129. On attempting to compile the code the compiler says that it cannot find the
|
| mindprod outage | 01 Nov 2007 18:22 GMT | 5 |
Mindprod.com will be out for a few hours more. The server power supply blew. In a few days it will be moved to a new, bigger dedicated server. This upgrade was financed by Google ad revenue. Those of you using the Replicator will be able to continue accessing
|
| how to convert metric to pixels | 01 Nov 2007 14:58 GMT | 29 |
What are the methods/classes in JFC to convert millimeters (or inches or centimeters) to pixels? I remember in windows programming we had DPtoLP() and LPtoDP(). Might there be a Java equivalent?
|
| Fastest way to resurrect nine year-old applet? | 01 Nov 2007 13:41 GMT | 12 |
Back in '98 I had someone port my C app to a Java applet, then got no further. I am now rewriting the app in Lisp, but a customer from back in the 90s says her students need something now. (It is Algebra software, link in sig.)
|