Summary: Hi Is there any sophisticated way of randomizing a number (possibly with a seed number) in Qbasic so that the same numbers don't appear every time? ...
Summary: Hi all, I'm working on designing a program that will respond to Key events in "console-mode" in Java. I did this before but using Swing & in GUI-mode....
Summary: Hi, I need to read the contents & also i need to store some details of my application in system registry file.I am developing my appln in java.can any...
Summary: Hi guys Not going to beat around the bush here, I need someone smart to help me out of a bind. I need to code a very simple JAVA Recursion Program but...
Summary: in java, while running the some process, i want place the progress bar in the runing, progress bar indicator should be moved until the process end. i ...
Summary: Have to hate those spots of bother :). You should be able to modify the following code to suit your needs. The code is assuming two text boxes and a ...
Summary: Im trying to write an applet that has a button, that when clicked upon opens a web page, but it has to be an ".html" page rather than an internet page...
Summary: I wrote a program to find prime numbers just for the heck of it, and soon realized that when the number gets beyond the limit of the long data type, t...
Summary: Hey guys, would any of you know how I would go about generating a random normally distributed vector in java? Or where I could get the code for the ma...
Summary: I may be a little rusty in Java, but I think the problem is that you are manipulating a common array. In your for loop when you are instantiating your...
Summary: I personally favor command line programs (I suppose that's the Unix in me)... although GUIs are excellent. To develop GUIs using Java, you need to loo...
Summary: I am looking for a simple accounts source code in JAVA. The program should create just a few instances of suppliers and/or customers. If anyone knows...
Summary: I tried it as well. But it doesn't help. Actually it's using the same font, no matter what I set. I also heard that it's a quite well-known problem th...
Summary: Can anyone tell me how to read in a picture file (jpeg etc) in java and return the RGB value of every pixel into an array? is this possible? ...
Summary: hi, can anyone tell me what code i would need to use so that i can reset a variable in java by clicking on a link?everytime i try it just continues to...
Summary: Hi guys, Im having a spot of trouble rounding numbers in Vb. Can anyone tell me how to round numbers down? eg. I have a number such as 109.62 but thi...
Summary: hello, I remember a book named "Image processing in Java" that has detailed explaination about how to do that. Think part of the book (free sample cha...
Summary: can we write a program in java , which can move a file in the network one computer to another computer by specifying the ip address.. i doesn't need...
Summary: Im trying to compare two 'char' datatype in java, and am having problems, ive tried equals() and compareTo(), both dont work, any help would be gratly...
Summary: Is there any way to check for the existance of Dialog object in Java? for example when I create dialog object, myDialog = new Dialog(); myDialog.show...
Summary: Hi all, Iv got a GUI interface, programmed in JAVA. I would like to play audio plays such as .wav files etc.. and looked at Java API and a few progr...
Summary: im scripting some programs that need to open some files from a certain url in java so it downloads the file and after that it opens it can someone hel...