Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / March 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
TCP protocol in Java12 Mar 2007 04:12 GMT3
    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 GMT4
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 system12 Mar 2007 03:49 GMT4
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 image12 Mar 2007 03:11 GMT5
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 Java12 Mar 2007 01:59 GMT3
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 malfunction11 Mar 2007 23:23 GMT13
OK, here is what I have:
Class Game with :
 @OneToMany
 List getTeams()
NewBee: HashMaps and an Array11 Mar 2007 22:39 GMT1
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 GMT2
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 array11 Mar 2007 19:27 GMT5
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 MouseMotionListener11 Mar 2007 17:47 GMT1
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 packages11 Mar 2007 12:48 GMT6
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 question11 Mar 2007 09:22 GMT1
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 GMT2
if i has two audio files ,how can i mix it to a audio file?thanks.
String based hashCode10 Mar 2007 23:02 GMT30
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 Prophet10 Mar 2007 21:54 GMT4
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,
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.