| Thread | Last Post | Replies |
|
| Suppress screen message from Logger | 30 Dec 2005 02:19 GMT | 4 |
I am using the java Logger api for logging. I want to suppress the default screen messages from using the api. Can anybody help me out? Following is the code I am using: // Initiate logging service Logger MyLogger=Logger.getLogger("");
|
| Applet OutOfMemoryError | 29 Dec 2005 23:59 GMT | 4 |
I have this java applet that shows 3D objects in a browser. The applet interacts with javascript, users can choose objects for viewing by clicking on a hyperlink. At the moment I use frames in my webpages (e.g.
|
| Does it exist? Free Java Motion Detection Library | 29 Dec 2005 23:53 GMT | 8 |
Hi I would like to design a home surveillance system which uses ethernet and USB cameras. I want to use motion detection to prevent returning useless feeds of movies/stills which have nothing happening. I believe the key to sucessful
|
| Decrypt DSA info | 29 Dec 2005 19:19 GMT | 1 |
Hi all, I need to decrypt some info encrypted with DSA algorithm. I've all the keys, Could someone point me to a code sample?
|
| java.regex | 29 Dec 2005 18:00 GMT | 2 |
I am using regular expression in java. I want know how can specify whole file, for a pattern Can I specify "file.txt" in matcher ?
|
| JSF | 29 Dec 2005 16:49 GMT | 1 |
has anybody experiences in JSF? Need to display Backend data as an un-/sorted list in a JSF application. I know there is a posibility to display unsing a dataTable but the un-/sorted list will be used a a menu using css. So a table doesn't seem
|
| Namespace Feature in FastInfoset SAXDocumentParser | 29 Dec 2005 15:39 GMT | 1 |
I'm trying to set the Namespace Feature in a FastInfoset SAXDocumentParser. Seems simple enough. I get a org.xml.sax.SAXNotSupportedException when I run the following code:
|
| How to import javax packages in Eclipse? | 29 Dec 2005 14:02 GMT | 1 |
I dont know how to config the project settings so that I can use the javax packages in programs, any help, thx!
|
| Need help with streaming audio in Java | 29 Dec 2005 13:01 GMT | 2 |
Usually I'm listening to a particular Internet radio station. I wonder if anyone tried to write a Java program that would get an audio stream from the Internet, and save it in a file for future listening? I'd appreciate any references/code samples.
|
| Wrong encoding in message subject | 29 Dec 2005 10:45 GMT | 2 |
we wrote a simple cronjob for our server, which connects to a database, gets some data eventually sends a mal via the java mail API. Until now everything worked fine, but we since we updated our OS the mail subject looks like:
|
| Cutstom Dialog box | 29 Dec 2005 06:58 GMT | 1 |
I'm trying to create a message dialog box for my touch screen application. i need one with larger buttons, so i cannot use the JOptionPane.showMessageDialog(). Can some one help on how can i create a similar confirm dialog box? it should have yes and no buttons and
|
| XSD validation with custom namespaces ? | 29 Dec 2005 04:14 GMT | 2 |
I'm trying to validate a XML file with a schema I wrote. I used the following code to try out if my file works: http://java.sun.com/developer/technicalArticles/xml/validationxpath/ For some reason, it only seems to work when my schema uses the default
|
| saving a jtree... | 29 Dec 2005 00:41 GMT | 4 |
Im trying to save a MyJTree class by serializing the class and of course writing the output to a file.... but every time I try to save it I get an error: Exception in thread "AWT-EventQueue-0" java.lang.InternalError:
|
| GUI locking up, but code running fine. | 29 Dec 2005 00:34 GMT | 2 |
I'm using Netbeans 5.0 beta for an IDE, with swing components. The situation is something like this: The program is a board game - the user chooses a building from a panel, and then is supposed to get a message to choose what resource to pay
|
| ResourceBundle Terminology | 28 Dec 2005 21:55 GMT | 1 |
What is the proper term for a single properties file that translates for one locale -- language, country, variant? bundle? ResourceBundle? What is the proper term for the group of properties files that translates the same set of strings for a group of locales?
|