Forum: Java May 1st, 2007 |
| Replies: 6 Views: 15,390 Why would you not use the facilities offered in the standard JCL? Are you doing this as an exercise for a programming class, or are you coding something for a real-world project?
If it's for a... |
Forum: Java Nov 9th, 2005 |
| Replies: 2 Views: 1,554 Thank you, Cheenu, for your interesting suggestion. Setting the divider bar does allow the visual effect I want, but unfortunately, it leaves nothing for the mouse to grab, which renders it... |
Forum: Java Nov 8th, 2005 |
| Replies: 9 Views: 2,457 I'm not sure what you mean by "import", but if you're asking how to get out of making static calls endlessly from one method to the next, just instantiate your class inside the main method and then... |
Forum: Java Nov 8th, 2005 |
| Replies: 5 Views: 1,576 The others are correct. OCR (Optical Character Recognition) is a specialized field of development. It took many years of work in this field before machines could start to read handwriting with any... |
Forum: Java Nov 8th, 2005 |
| Replies: 2 Views: 1,554 I've been trying to find an alternate means of achieving essentially what JSplitPanes can do, except that the hideous-looking splitter bar would be invisible, and you can resize in both x and y... |