| Thread | Last Post | Replies |
|
| NEW MEMBERSHIP | 17 Aug 2007 08:41 GMT | 1 |
I wanna b a member of this group.
|
| zip files portability on win and mac | 17 Aug 2007 02:37 GMT | 3 |
I'm currently developing an application which, among other things, should zip some folders with all their content (therefore, also subfolders). Browsing I found and slightly adapted the following code:
|
| Simple example for fomatting output in columns? | 17 Aug 2007 02:02 GMT | 10 |
I'm a novice at Java and I can't figure out something that is simple in other languages. I need to display columns of output. Some are integer, some decimal and some character. The data varies in size from line to line. How can get this to line up? I'm writing to a
|
| OO Design: What goes into the constructor? | 17 Aug 2007 00:23 GMT | 21 |
I have always been wondering about this question: How do we decide what should be put into the constructor? For example, a Project class can have a lot of attributes, such as ProjectID, ProjectName, ProjectManagerID, ProjectDescription,
|
| $50 prize for the first person to break my code | 17 Aug 2007 00:12 GMT | 4 |
<a href=http://www.flosoft-systems.com>aMock</a> is my company's mock object solution. We have tested it against every testing framework we can get our hands on and it works like a champ. The final phase (and to be honest the first phase of marketing) is to offer $50 to the
|
| How to draw a 1-bit or 4-bit Bitmap in java | 16 Aug 2007 23:46 GMT | 2 |
I wanted an application to draw all kind of Images selected by the user Java supports rest of the file types ..such as gif , jpg For BMP I found one source from
|
| Scrollbars get obscurred when painting image; how to fix | 16 Aug 2007 22:46 GMT | 2 |
I am trying to display an image in a JScrollpane. When I reduce the size of the application window (by dragging the corner) so that the scrollbars appear, the image is painted over the scrollbars and obscures them. A button of the same size as the Canvas doing the painting does ...
|
| class inside the class | 16 Aug 2007 22:33 GMT | 2 |
I have the following code. When I compile this code, do the compiler generates two separate class file for SchemaValidator and Validator? package transform;
|
| Problem with BitSet.length()... | 16 Aug 2007 22:32 GMT | 1 |
... is that it does not return the length of the bit set. For example, if I create a new 8-bit set: BitSet eightBits = new BitSet(8); Running eightBits.length() returns zero, rather than eight.
|
| Is It Possible to Make Java Find a File on Your Computer? | 16 Aug 2007 21:19 GMT | 26 |
So I was using Runtime.getRuntime().exec("my excel location") to launch Excel on my PC. However, my excel is found in a folder called OFFICE11 instead of OFFICE, as per someone else's example I stumbled on online. But the application I'm creating will have to be able to
|
| Template engine | 16 Aug 2007 16:17 GMT | 10 |
I'm looking for a template engine with several characteristics: 1. Variables used in a template should be declared in template. Or the engine should be able to parse a template and tell me what variables are used.
|
| Swing Appearance Problems | 16 Aug 2007 16:16 GMT | 14 |
Ok so this has been bugging me for a while now and I have no idea what to search for or what else to do. Basically, I have had java installed on this computer for a while and it worked fine. But a while back, my GUIs started getting all weird. I am using the Swing components
|
| I have doubt | 16 Aug 2007 15:01 GMT | 2 |
* how to make java programs a ready to executable file. Is there any tool for that.. and how can i get it. what is contribution of jar file in this..
|
| Statistics and Java | 16 Aug 2007 12:35 GMT | 1 |
Can someone put out where I can get API for statistic java classes? I'm looking for a class that can detect numerical outliers. for example, 100 90
|
| Please tighten up these 10 lines of Java code | 16 Aug 2007 07:00 GMT | 13 |
Ok, I just want to know if you have any suggestions for improving this code. I dont like typing System.out before all my I/O calls but I cant extend System.out because I am extending DepthFirstAdapter. I dont like calling print() one line and then println() on the next.
|