Summary: hi,i need a code in java to take an image as an input and convert it into a row bit stream stored in an array if anyone have a good idea,i'll appreci...
Summary: Hi there, I am a Java programmer transitioning into a C++ programmer and I'm still new at all of this. Even for Java I'm still new at it. My probl...
Summary: i want to write a simple algorithm in java.. but i'm still not getting the idea how to do it.. i want to write a program that can convert a number int...
Summary: Yeah, you can do it. Have a look at classes in java.io: InputStream and DataInputStream. They offer 'read' methods which reads data from disk and put...
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: 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: Hi, i've got a problem..i have to simulate a buy/sell system in java(BlueJ)..there will be 3 classes Item (with certain items in and their weight a...
Summary: I just recently made a post (for reference see #8210) about my trouble printing in java. and I'm sure what people said would help except i'm a comple...
Summary: how would i use a batch to convert a variable into 24hour time? like set /p time=Enter local time: then take that variable and calculate the local ...
Summary: Hi...Any ideas on how to convert a ResultSet to XML in Java. What API would i need to use ? Does JAXP provide any utility for this ? Thanks ! ...
Summary: hi.. im quite new in java.. wondering if anyone can help me out. iv got users to enter a string of numbers using JOptionPane.showInputDialog. i then ...
Summary: If you are able to fit either 'form' or 'from' into a char type in java, you don't have to learn how to program because you will get rich showing the ...
Summary: any body here to help me to solv this prob. create an applet in java : 1)which have compleate menu system i.e. menu bar and diffrentmenuse like Fi...
Summary: Hi, I'm currently working on a program in Java to compress a text file with Huffman Coding. I've got the my program to encode the characters properly....
Summary: Hiya fellas- So I have this project I need to do, where the teacher sends the input a weird way and I wondered if anybody knows anything about it: The...
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 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: Hello, I'm trying to write a program in JAVA, to calculate the number of integer values entered as a string by the user and work out the average of nu...
Summary: hi, im trying to find a bit of java code that would randomly choose 3 numbers (0-9) then have the program so that i can enter numbers until the corre...
Summary: Hi I am writing a java applet, and i need to load photos into my applet. I am using the ImageIcon object to load my images, the problem is that i nee...
Summary: To figure out the prime number, you're going to have to go *waaay* back to prealgebra (maybe not that far, depending on how old you are) and review a ...
Summary: Hello all, I am doing this project in Java where I am to have three balls bouncing around in an Applet hitting off each other and off the walls. I de...
Summary: 1) Drop the minus sign 2) Subtract one 3) Convert it to hex 4) Flip all the bits For your example of -3856. 1) = 3856 2) = 3855 3) = 0F0F 4) = F0F0 To...