| Thread | Last Post | Replies |
|
| launching groovy console from button | 03 Jun 2008 04:42 GMT | 5 |
I've been trying to post my question on the groovy groups, however i haven't had much luck. I was hoping someone here would be able to help. I am launching the groovy console after pressing a button.
|
| Where can I get the source of J2ME, is there one? | 03 Jun 2008 03:29 GMT | 2 |
Where can I get the source of J2ME, is there one? Thank you very much.
|
| handy jamba klingeltoene billig wap jamba klingelton com jamba klingeltoene umsonst fuer samsung mp3 als jamba klingelton | 02 Jun 2008 20:19 GMT | 1 |
handy jamba klingeltoene billig wap jamba klingelton com jamba klingeltoene umsonst fuer samsung mp3 als jamba klingelton + +
|
| Math in Java | 02 Jun 2008 18:36 GMT | 42 |
I've written a series of math programs in Java, the one I'm currently concerned with factors univariate polynomials (polynomials of one variable only) with integer coefficients. I've been timing its execution speed on larger sized polynomials, this one
|
| 64 bits | 02 Jun 2008 18:33 GMT | 34 |
I was looking around for requests for enhancement related to the use of large arrays and Collections, but I can't seem to find this stuff anywhere. The only related bug reports I see are:
|
| debugging regexes | 02 Jun 2008 16:32 GMT | 5 |
I wonder what techniques people use for debugging regexes. Some tools I thought would be useful 1. proofreader to help get \ quoting right. http://mindprod.com/project/regexproofreader.html
|
| Extracting data from excel file through java | 02 Jun 2008 13:39 GMT | 3 |
I want to extract data from excel file through Java,based on some condition. I have searched on google and got POI but, cant I do it just using core java?
|
| gui builder | 02 Jun 2008 10:55 GMT | 7 |
can anyone recommend a gui builder for me? a very good one? not netbeans pls :) i want something that does all the layouts thanks david
|
| Mp3 tagging | 02 Jun 2008 09:52 GMT | 2 |
|
| How to identify on which component the focus is currently residing | 02 Jun 2008 07:50 GMT | 5 |
I'm have n JTextField and one "Ok" and "Cancel" button in my form. I want to validate the date entered in TextField but my validation is depends on the component focus. Say If I press the Cancel Button I dont want to validate the data in
|
| Managed Cloud Compute for Java | 02 Jun 2008 02:22 GMT | 4 |
Anybody have idea bout on-demand platforms for Java that are cloud hosted? What would be the advantages? Best. alain
|
| Trash Can and Sun | 01 Jun 2008 23:59 GMT | 31 |
I just ran into something interesting that I hadn't really thought of before. It is a feature that I really think is missing from Java. Shouldn't there be a system independent way to use the system trash can when deleting a file?
|
| Another exception handling question | 01 Jun 2008 23:56 GMT | 6 |
public void myMethod (String name){ if(!condition1){ throw new IllegalArgumentException("A message "); }
|
| 1.6.0_10 allows webstart services in embedded applets? | 01 Jun 2008 05:52 GMT | 1 |
I thought I heard someone* say the other day/week that as of 1.6 update 10, Sun was integrating the JNLP API services into applets (embedded in a webpage). Unfortunately, I cannot find the original thread where
|
| passing a Factory to a method to create a generic instance | 01 Jun 2008 02:26 GMT | 42 |
The two nearly identical methods, loadGuests and loadRooms, I would like to consolidate by passing in a Factory. However, I haven't found much documentation on what that looks like. Guest and Room implement Factory, but that's just part of the picture.
|