Forum: Java May 9th, 2008 |
| Replies: 1 Views: 607 |
Forum: Java May 9th, 2008 |
| Replies: 1 Views: 165 Compression Project Can any one tell the Best Compression method for all types with Source code in java.... |
Forum: Java Nov 26th, 2007 |
| Replies: 20 Views: 1,563 Re: New to Java Programming What are those errors.......... Send that code here or send the program to my id <snip> I will check and tell... |
Forum: Java Nov 24th, 2007 |
| Replies: 1 Views: 320 Re: print button This will print the Content in TextArea... PrinterJob job= PrinterJob.getPrinterJob();
if(job.printDialog()){
try... |
Forum: Java Nov 24th, 2007 |
| Replies: 20 Views: 1,563 Re: New to Java Programming I cant understand about what you asked... I am new to this Community.. I will learn the Procedure of sending and replying and all... |
Forum: Java Nov 24th, 2007 |
| Replies: 20 Views: 1,563 Re: New to Java Programming /* Hi i corrected some codes in your program .. compile and run the program.. i didnt correct your Artist class.. because you didnt use in your program.... You are using most of the C language syntax... |
Forum: Java Nov 22nd, 2007 |
| Replies: 3 Views: 637 |
Forum: Java Nov 21st, 2007 |
| Replies: 7 Views: 3,544 Re: Random Numbers on button Hi this is Program .. without Creating the Random object each time and without Boolean Array...
// Random 1-10 Numbers..
import java.lang.*;
import java.util.*;
class rand{
public static void... |