| Thread | Last Post | Replies |
|
| choice of data structure | 15 Jun 2007 10:07 GMT | 5 |
I need to construct some sort of data structure which is a two dimensional square array, consisting of elements which are an arbitrary length of 'BigIntegers'.
|
| Icky Nesting | 15 Jun 2007 01:08 GMT | 10 |
I have a class that looks like this class ClassNesting { class Nest1{ class Nest2{
|
| Match date against multiple date formats | 14 Jun 2007 22:34 GMT | 2 |
I need to match a given date against 5 different format. How can I do this ? The predefined date formats are :- Format 1 - yyyy MMM dd hh:mm:ss a
|
| help with temporay variables | 14 Jun 2007 21:21 GMT | 5 |
When I do this char[][] board; // here I have some code placing data into board // later I do this in another method that takes the former board as a
|
| java build path | 14 Jun 2007 15:09 GMT | 1 |
when we do "add external jar" in eclipse's build path ....does the external jar files comes into my web application project ? For example, i have my web application (jsp+servlet etc ) in c:\myweb project ......i have added some external jar files in eclipse "java
|
| Synth, can't use different styles in check boxes | 14 Jun 2007 14:28 GMT | 1 |
Hi , when i tried to create 2 different styles of check boxes in xml file the program had an exception, and used default look and feal. I put this styles like that: <style id="cB1">
|
| only 2 check boxes from four at a time checked | 14 Jun 2007 13:57 GMT | 2 |
Could somebody tell me, ore give a code. I want to make 4 check boxes and max 2 of them could be checked at a time.
|
| How to POST this data use HTTPCLIENT | 14 Jun 2007 13:54 GMT | 1 |
-----------------------------7d73b73a130302 Content-Disposition: form-data; name="atc_desc4" -----------------------------7d73b73a130302 Content-Disposition: form-data; name="atc_attachment4"; filename=""
|
| Extensions | 14 Jun 2007 13:17 GMT | 3 |
In my project, I have to implement a system of extensions : loadable classes all derived from an abstract class defined in my main project. I am using netbeans. So I have created another project beside my main project (which will load
|
| Why shouldn't we catch class RuntimeException? | 14 Jun 2007 03:24 GMT | 11 |
Book I’m learning from claims that exceptions of type RuntimeException and its children are thrown due to bad programming and should be avoided by writing better code. One such exception of type RuntimeException might happen when a user is asked to enter a value
|
| Java/JavaScript - Application Developer - Durham (NC) | 13 Jun 2007 22:57 GMT | 1 |
Are you and experienced Java developer who enjoys solving interesting problems, pair programming, and working with Hibernate, Spring and JavaScript? We're looking for creative, talented people to join us in our Durham
|
| JTextField, input verification | 13 Jun 2007 22:14 GMT | 5 |
I've got JFormattedTextField instantiated with RegexFormatter (a class which does input verification basing on regular expression I supply). It works fine except for one thing: verification happens after I remove focus from JTextField instance, and I'd like to have on the
|
| Problem using local xhtml DTD when parsing file with DocumentBuilder | 13 Jun 2007 18:08 GMT | 2 |
I've got some XHTML documents that I'm using the classes in java.xml.xpath to find certain tags. These documents contain a DTD declaration for XHTML, with a public identifier. Since my application needs to work without a network connection, I've downloaded the DTD
|
| Thread.wait() | 13 Jun 2007 17:50 GMT | 6 |
If I have a Runnable with a do{}while loop within it, and I have an ArrayList of objects which is being operated on in the Event Dispatch thread, and within the loop within my Runnable, I Thread.wait() until that ArrayList is down to 0 elements within it, to continue through the
|
| Drawing problems | 13 Jun 2007 15:45 GMT | 5 |
For my game, I create a JFrame and inside this frame I create a simple class derived from JComponent. To paint my game, I use the paintcomponent method. My game lies in a BufferedImage 640x480. At the start of the game, the component size is 640x480. It works fine.
|