| Thread | Last Post | Replies |
|
| dfasdf | 29 Feb 2008 21:18 GMT | 1 |
|
| Generating class and method references | 29 Feb 2008 19:59 GMT | 8 |
We would like to know the classes and methods that are called from each class/method in our source base. One way is to insert @link tags or @see tags, then generate javadoc, but is there an automatic way or a better way (meaning javadoc is not a requirement)? We are using
|
| project setup for a java client program which use two jar files | 29 Feb 2008 19:39 GMT | 1 |
What is the best way to setup a project for a client program C (in directory1) which use my two own JCA/JCE jar files created from directory2 and directory3? For my current project setup, when I single step into C, the source
|
| HashMap vs linear table lookup | 29 Feb 2008 18:11 GMT | 40 |
For sufficiently small tables, a linear array lookup to find a string would be faster than a HashMap. Has anyone experimented to get a rough idea where the break-even point is? --
|
| Create Excel file streamming | 29 Feb 2008 18:00 GMT | 17 |
I wish to create Excel file, such that it should be able to incrementally write data to the file system ... and not hold everything in memory... i.e unlike HSSF POI. Any Suggestions ?
|
| Is there any free browser for Applet. | 29 Feb 2008 17:41 GMT | 7 |
I want to offer my Applet viewers to download a Browser that will help them run my applet at full speed without any restrictions. Is there any Browser available that is made only for Applet Viewing No HTML/ JAVASCRIPT.
|
| do u know ramanujan numbers algorithm | 29 Feb 2008 16:32 GMT | 14 |
I think about ramanujan numbers and I need to know is there any algorithm for solving ramanujan numbers, please help me
|
| Drawing Icons | 29 Feb 2008 16:26 GMT | 9 |
I am working on a tree cell renderer (currently, extends DefaultTreeCellRenderer) and I want to be able to "draw" the icons as I need them. Here's an explanation of what I mean. If the tree is displaying a node and the node is in its default state,
|
| P~ 0.9 released, new Java-friendly scripting with novel regex | 29 Feb 2008 15:37 GMT | 2 |
P~ (pronounced "ptilde") is a new Java friendly scripting language. The principle reason for creating it was to offer a new and more powerful approach to creating regular expressions. Unlike all other regex engines, P~ does not use the Perl-compatible metacharacter
|
| using Eclipse with visual editor | 29 Feb 2008 15:11 GMT | 2 |
First time I have used eclipse with visual editor. When put on screen a dialog component, and some jbutton on it. I have tried to run the application
|
| Need help with speech therapy package | 29 Feb 2008 08:56 GMT | 1 |
Hi: I am sending this on behalf of my friend. She has been trying to get a speech therapy package functioning as a fully installable freeware/shareware. She has a functioning version 1 which was originally built using VB6. It uses Microsoft Speech SDK. What I would
|
| Why is Applet Slower than Application? | 29 Feb 2008 08:09 GMT | 8 |
After lot of reading I found, JVM takes control of the Applet and Browser has nothing to do with the Applet. But then I have a few Question. Say I have a System with 2 GB RAM. Will I be able to Create an Array
|
| why construct file with "", the path of the file return "/"? | 29 Feb 2008 04:59 GMT | 1 |
l am a little puzzled, why the file's behavior like this: File fl = new File("","1.txt"); System.out.println(fl.getName()); System.out.println(fl.getParent());
|
| JRC - multiple tables in crystal report | 29 Feb 2008 03:45 GMT | 1 |
I am using the Java Reporting component of Crystal Report XI R2 SP2. I encounter error when pushing 2 Java resultset to a report as a datasource, like the code belows, ReportClientDocument reportClientDoc = new ReportClientDocument();
|
| Apache command chain question | 29 Feb 2008 03:02 GMT | 1 |
I am new to the command chain pattern and kindly bear with me if this is a basic question. In the catalog below, <catalog>
|