| Thread | Last Post | Replies |
|
| Getting header info of a BMP file | 08 Apr 2008 21:40 GMT | 18 |
Does anyone know how to get all of the header file from a .BMP file using java?
|
| Divide an image in 4 blocks | 08 Apr 2008 20:18 GMT | 1 |
I'm writing a program that loads an image and then apply JPEG algorithm on it. I need to apply such algorithm only to a quarter of the image, possibly selecting which quarter.
|
| Reading mouse input with Java comm | 08 Apr 2008 20:13 GMT | 3 |
Hi Folks... I'm trying to get a Java program together to read the input from a serial mouse connected to my PC on COM1. This is not the main mouse so I don't get a port in use exception when I start the program. The
|
| Playing sound files | 08 Apr 2008 19:05 GMT | 8 |
I want to play small sound files in my application that too at shorter duration which can be stopped and played instantly. I tried using sun.audio,AudioPlayer but it leaves large gaps at the end even for files as short as of duration 0.8 seconds.
|
| frame.setLocationRelativeTo(null) gives strange result | 08 Apr 2008 17:07 GMT | 1 |
Reading up on Swing. From http://java.sun.com/docs/books/tutorial/uiswing/components/frame.html ‘How to Make Frames (Main Windows)’: ==
|
| cheap, Gucci ( paypal accept ) ( www.top-saler.com ) | 08 Apr 2008 15:45 GMT | 1 |
cheap, Gucci ( paypal accept ) ( www.top-saler.com ) cheap, Gucci ( paypal accept ) ( www.top-saler.com ) cheap, Gucci ( paypal accept ) ( www.top-saler.com ) cheap, Gucci ( paypal accept ) ( www.top-saler.com )
|
| Storing preprocessed data over executions | 08 Apr 2008 15:12 GMT | 7 |
I have a simple program that queries a ‘tree bank’. This is a text file containing descriptions of linguistic trees. To make the querying efficient, the data is proprocessed into a binary format. This is stored somewhere on disk, and used by other parts of the program.
|
| ordering of items in a treemap | 08 Apr 2008 13:55 GMT | 13 |
I have code: TreeMap<String, String> shoeSize = new TreeMap<String, String>(); shoeSize.put("8", "8"); shoeSize.put("8.5", "8.5");
|
| System.Diagnostic.Eventlog - Urgent!!! | 08 Apr 2008 13:03 GMT | 2 |
Is there a class similar to System.Diagnostic.Eventlog(which i saw in .net ) in java? Or whether java provides any class that contains methods to access windows eventlog files?
|
| i18n Currency issue | 08 Apr 2008 12:55 GMT | 3 |
I have been having an issue attempting to retrieve the currency symbol from the currency code. Basically I am just given the currency code(EG: USD) and I can expect multiple currency codes to be supplied.
|
| How to design a good object-oriented package structure? | 08 Apr 2008 12:48 GMT | 2 |
|
| java.util.Properties extending from HashMap<Object, Object> instead of HashMap<String, String> | 08 Apr 2008 05:22 GMT | 26 |
I was curious if there is a reason why java.util.Properties extends from HashMap<Object, Object> instead of HashMap<String, String> (seems more intuitive to me). A variation of that would be -
|
| JTable | 08 Apr 2008 02:43 GMT | 2 |
I just want a table that I can pass a multidimensional array and then it will update it's UI. (I don't have the data when I create it and the data can change) I tried to use a model but no data gets displayed on the table.
|
| generating a uid in java | 08 Apr 2008 02:28 GMT | 8 |
I'd like to generate something like what youtube has in its url: /watch?v=pgyuYHXqlO4 is pgyuYHXqlO4 a UID? Thanks, Angelo
|
| How to combine object-oriented modeling well with database modeling? | 08 Apr 2008 02:02 GMT | 4 |
Can we spend some time discussing this topic?
|