| Thread | Last Post | Replies |
|
| TCP protocol in Java | 12 Mar 2007 04:12 GMT | 3 |
I would like to know is it possible to implement a transport layer protocol such as TCP in java. Although its available in java.net package, i like to create my own. Also is there any detailed explanation for source code of java.net package.
|
| a good java cms? | 12 Mar 2007 04:07 GMT | 4 |
Anyone knows something like phpnuke but in java? Please let me know. SK
|
| Generating a UUID that is the same every time for a single system | 12 Mar 2007 03:49 GMT | 4 |
I need a rock solid way to generate a UUID or similar ID, that will generate the same ID every time for an individual system(computer). I would not like to store the ID on the system(i.e file or in memory), Any help is appreciated.
|
| [swing] JscrollPane to display a changing image | 12 Mar 2007 03:11 GMT | 5 |
I am displaying a big image within a smaller JcrollPane component like this : panel = new MyJPanel(this,image); jScrollPane=new JScrollPane(panel);
|
| wading back to Java | 12 Mar 2007 01:59 GMT | 3 |
I've been out of Java programming now for about 5 years and I'm looking to get back into it. Does anyone know any resources to help get me stated again? CM>
|
| Persistent Collection malfunction | 11 Mar 2007 23:23 GMT | 13 |
OK, here is what I have: Class Game with : @OneToMany List getTeams()
|
| NewBee: HashMaps and an Array | 11 Mar 2007 22:39 GMT | 1 |
This is driving me mad. Can somebody please show me where I am going wrong here. I have two hashmaps, one called Students, which contains some results The one I am having problems with is called results. I need to know
|
| How to clone a java.awt.BufferedImage ? | 11 Mar 2007 19:48 GMT | 2 |
I have to use a function that returns a java.awt.BufferedImage : BufferedImage image=function.method(..); I want now to clone the "image" instance (different instance but same information).
|
| Using Collections to find max element in array | 11 Mar 2007 19:27 GMT | 5 |
Hi, trying to find the largest element in an array as follows: int[] myArray = {1, 2, 5, 3, 6, 2}; Collection col = new ArrayList(java.util.Arrays.asList(myArray)); Object MAX_E = Collections.max(col);
|
| [Swing] JScrollPane double MouseMotionListener | 11 Mar 2007 17:47 GMT | 1 |
I am targetting JRE 1.5. I have an image displayed within a jscrollPane (with scrollbars). (in this way : new JScrollPane(new JLabel(new ImageIcon(image)))) I have a MouseMotionListener added to the JScrollPane, so when the
|
| Problems with packages | 11 Mar 2007 12:48 GMT | 6 |
I'm newby in java. I've the following problem: I need to write some classes with the abstract Factory pattern. I have written it in c++, but I cant in java. I tried this (It's very
|
| J2ME Web Service Client question | 11 Mar 2007 09:22 GMT | 1 |
I used NetBeans 5.5 and created a new mobile applications project then added a new Web Services Client class (using the wizard - "J2ME Web Service Client...") to consume a simple Web Service. Just to make sure I didn't introduce any coding issues, the project consisted of
|
| how mix multi-audio file to a audio file? | 11 Mar 2007 07:07 GMT | 2 |
if i has two audio files ,how can i mix it to a audio file?thanks.
|
| String based hashCode | 10 Mar 2007 23:02 GMT | 30 |
The javadoc says the formula to calcuate the hashCode for String is: s[0]*31^(n-1) + s[1]*31^(n-2) + ... + s[n-1] this can result in negative numbers which is not desirable for me.
>From the formula this is not clear why as always positive number |
| Twelve Proofs that Muhammad is a True Prophet | 10 Mar 2007 21:54 GMT | 4 |
My brothers and sisters everywhere! With this essay, I am not singling out the adherents of Islam - to which I ascribe - but rather I am writing this essay to every man and woman throughout the whole world. I ask Allah that He facilitates tat this essay reaches every ear,
|