| Thread | Last Post | Replies |
|
| Open Source Java Trading Softwares | 28 Jan 2007 19:17 GMT | 1 |
There is a new Google Group, JavaTraders. http://groups.google.com/group/JavaTraders The purpose of this group is to exchange : ideas and techniques for using Java in trading,
|
| problem with String Class | 28 Jan 2007 15:13 GMT | 2 |
i'm an italian student (by the way, excuse me for my uncertain english...) and i need help with java. In particular, i have a string of this type: "0 1 2" and I need create an array of int with the integer 0 1 and 2 in the string.
|
| Java help | 28 Jan 2007 13:29 GMT | 4 |
I am very new to Java and I am trying to write simple program. I try to make a class but it doesn't compile! Can anyone please help. Thanks in advance,
|
| using one instance of a class across multiple classes | 28 Jan 2007 09:30 GMT | 5 |
I am attempting to write a class which handles numerous things for an application that I'm working on. Multiple classes will use this manager class. As such, I need to use the same instance of the class across the whole of the application so that it'll remember what state these ...
|
| java chat application | 28 Jan 2007 06:49 GMT | 5 |
hi friends, i am developing a chat application 4 my project in java using sockets,swings,and Buffered streams.I am facing some problems.Can u help me.If u hav any code regarding tat it will b helpul to me,in
|
| I'm looking to use a Java applet to ban people based on hard drive serial numbers. | 28 Jan 2007 02:45 GMT | 1 |
I'm looking to use a Java applet to ban people based on hard drive serial numbers. Can it be done?
|
| Start jar file minimized on startup | 28 Jan 2007 00:56 GMT | 1 |
I for some reason cannot get my jar file to start minimized on startup...I can set the registry key and everything starts, just not minimized...I have tried -minimized and /minimized in the key...
|
| Cyrillic font problem! | 27 Jan 2007 16:14 GMT | 2 |
Hello everyone, for Croatia ! I am designing a site for a Serbian client, and the english page is ok, but the serbian page needs to be cyrillic. It was no problem for Photoshop design, but I inserted a little greeting in php, good morning, good
|
| Question: Difference between String.equals and String.compareTo???? | 26 Jan 2007 16:14 GMT | 5 |
I was not clear about two methods in String Class: equals and compareTo Anybody give a hint? Thanks a lot.
|
| TextField that accepts only a fixed number of characters | 26 Jan 2007 04:38 GMT | 1 |
Does anyone know how to use a jTextField in such a manner that it will accept only n characters? For example (xxx) (xxx) (xxxx) for a telephone number. Thanks,
|
| creating no object for a class | 25 Jan 2007 16:26 GMT | 8 |
i got a query that, the programmer should not be able to create any object of a particular calss. the only way to create an object is calling amethod. how to do this?
|
| OutOfMemoryError: Java Heap Space | 25 Jan 2007 12:43 GMT | 3 |
Hey y'all, I'm having this problem with an OOME that occurs in the following situation: I have an update procedure that goes through a resultset from a mysql-database and calls another function that loads and saves audio
|
| Problem with JNI on Linux | 24 Jan 2007 21:34 GMT | 2 |
I am having a problem getting JNI to work on Linux. I think it is with how I am creating the shared object file. I am using Java 1.5.0_8 and Redhat Enterprise version 3 release 4. I have not used JNI before so I did a web search and found a simple example that I am trying to get ...
|
| How to recognize what framework use in some project ? | 24 Jan 2007 17:47 GMT | 1 |
How can I recognize, from the source, which framework is use in some project (jforum for example, CVS version) and is it use only one ?
|
| Its urgent plz help me out | 24 Jan 2007 15:07 GMT | 4 |
HI Frnds, I have a spreadSheet , whenever I gives a printCommand it automatically use the "Portrait" option But I want this print in "Landscape" type. What I want is that I want to select Landscape option automatically
|