| Thread | Last Post | Replies |
|
| Tab taking keyboard focus away from applet...HELP! | 06 Dec 2007 13:27 GMT | 6 |
We are using an embedded applet for data entry purposes. Occasionally, a user will hit the tab key, and bad things happen. A string of spaces are entered into the applet, focus goes back to the browser, and then the user starts hitting backspaces, etc trying to
|
| Obj In array as int | 06 Dec 2007 13:00 GMT | 5 |
I am trying to make a if loop using a Int value contained in an Array 'array2D[a][a]' if(array2D[a][a]==0) dosomething();
|
| find numbers in BST | 06 Dec 2007 12:59 GMT | 5 |
Given a binary search tree, how to find two numbers that can add up to a given number K?
|
| XML traversal in levelorder | 06 Dec 2007 12:38 GMT | 2 |
I would like to traverse a XML document in levelorder. My next steps depend on different nodes and their levels. What I did by now was to set up a XmlStreamEventReader to easily choose the next steps for each node and node-type:
|
| Singleton vs static | 06 Dec 2007 10:40 GMT | 11 |
I've been reading a little about the difference between using a singleton pattern vs using a static class (ie all methods are static, ctor is private, state is in static vars). A lot of blogs show that there are differences between these two
|
| Query: Rule Based Command Line Response Parser | 06 Dec 2007 10:13 GMT | 1 |
I am looking for some open source Rule Based Command Line Response Parser. By rule based i mean i wish to provide an input file (which will contain parsing rules for a particular command).
|
| Regaurding GregorianCalendar | 06 Dec 2007 10:10 GMT | 3 |
I am using the following code to set the date as 14th Oct, 1582. Code : GregorianCalendar cal = new GregorianCalendar(1582, 9,14, 0, 0, 0); System.out.println(cal.getTime());
|
| Is ther a master list of all warnings/errors that the java compiler can produce. | 06 Dec 2007 09:31 GMT | 4 |
Im writing a utility to inspect output from makefiles.... Part of the task involves checking the text output against a list of known compiler warnings and errors. I cant seem to find such a list for the java compiler... (I found "some" stuff for error messages...
|
| Source level | 06 Dec 2007 09:04 GMT | 6 |
I am converting my project (a Java application) into an applet. So I created a new applet project under netbeans and copied the sources in it. When I compile, I get error messages for example with arraylist<object> saying that generics are not supported in version 4.
|
| axis2 Client | 06 Dec 2007 07:52 GMT | 3 |
Hi, iam running a webservice on an apache tomcat, with axis2. As a client i use a jsp. While i can handle simple return types, such as strings and integers, i am searching for a way to process class objects. So that my webservices returns a class object and i can
|
| Where to read NIO data to? | 06 Dec 2007 05:40 GMT | 4 |
Im trying to write a small nio server. Its ServerChannel is configured for nonblocking operation. When a SocketChannel becomes readable I read the data into a ByteBuffer - but the data may not be complete so I cant start processing it right away - so where do I store the data
|
| Where can I download SWT? (SWT homepage) | 06 Dec 2007 03:18 GMT | 11 |
(if you are a human being, please ignore this. It is meant for the search engine crawlers, as I am sick and tired of trying to find this in Eclipse's web page). My reaction was: "Gee, I guess they gave up and now Swing is King".
|
| SENIOR .NET DEVELOPER/LEAD | 06 Dec 2007 01:19 GMT | 2 |
Title: SENIOR .NET DEVELOPER/LEAD Date: 12-05-2007 Start Date: 12-17-2007 Location: Minneapolis, MN
|
| IRC chat client that is not an applet, or html based. | 05 Dec 2007 23:38 GMT | 2 |
I am currently working on a web-application, and we are currently using jPilot as an IRC chat client on one of our pages which is an applet. We are currently looking for something new since jPilot is pretty outdated. I have been searching around for a client that maybe
|
| Can Web Start reference resources other than jars? | 05 Dec 2007 22:56 GMT | 2 |
In the resources section of your jnlp file it appears you can only reference jars? Can you not include icons used internally by the application, resource bundles (properties files for nationalization), etc? Do you have to put everything in jars?
|