| Thread | Last Post | Replies |
|
| SCJP Threading question - locking on a String object | 27 Feb 2008 16:02 GMT | 4 |
Still stuck on threading question. (Someone will probably recognise this) I have the following thread class <snip>-------------------------------------------------------
|
| Default exception handler | 27 Feb 2008 15:16 GMT | 7 |
Dear group, quite recently I learned about UncaughtExceptionHandler feature in JAVA 5. For me this is very appealing, because I have a lot of methods that throw overall a few types of exceptions. So far I had to copy a
|
| java 6 used in large companies? | 27 Feb 2008 09:39 GMT | 18 |
hi.. we are a large company considering the move from java 1.4 to either 5 or 6. at the same we are upgrading to was6 (or maybe jboss 4), we are
|
| SAX and Java 6 | 27 Feb 2008 08:49 GMT | 5 |
I wrote a simple java application reading xml files and therefore used SAX. It has been working very fine for years with jdk 5. Some users updated to java 6 and reported me errors. I checked the xml input and it doesn't contain any error (by the way it runs fine with
|
| Java Threads on Windows, multi-core processor... | 27 Feb 2008 06:17 GMT | 3 |
I have a program I'm working on (a ray tracer to be exact) that uses multiple threads to do the hard work. According to windows task manager, I'm only utilizing around 50%(±10%)of my CPU power.
|
| How to find the source code of packet inside java? | 27 Feb 2008 02:38 GMT | 2 |
Q: How to find the source code of package inside java? For example, we got the Class ArrayList in java.util.ArrayList, then how to find the source code of each method the class ArrayList provides?
|
| Interface inheritance vs Implementation inheritance. | 27 Feb 2008 01:37 GMT | 27 |
(x-posted to c.object and c.l.java.programmer) First, a quick bit about my background; most of my OO experience comes from Java, with some C++ in my past. Recently in comp.object, there was a thread "Inheritance of implementation: what is reason of". While the
|
| An old Question about Multi Processing of Applets? | 26 Feb 2008 22:57 GMT | 5 |
I asked this question earlier but do not get a proper answer to it. I want to know If I assign 10 threads in an Applet and run it on a 8- core CPU will the threads in the Applet run in Parallel??? Some said Browers window will get Only 1 CPU.
|
| JTree.setLargeModel(boolean) | 26 Feb 2008 22:04 GMT | 1 |
What is the purpose of JTree.setLargeModel(boolean)? I figured it had something to do with a large tree model underlying the JTree (performance improvement or something). Am I right? If so, what is considered a "large tree model." Are there any disadvantages to
|
| Have a problem with static | 26 Feb 2008 20:55 GMT | 8 |
Dear friends, I have a problem with static concept . The code as follows, 1) static{
|
| J2ME | 26 Feb 2008 16:17 GMT | 3 |
Hi, i am new in this group. and i don´t know if this is the correct group for make this question. I am going to read QR-Codes with information about Touristics points, and with that information i want to open the Navigator of Mobile
|
| How treeMap works? | 26 Feb 2008 16:04 GMT | 6 |
I was going through TreeMaps and HashMaps Looks like they are same thing. Basically I want them to sort a data and then resort them when a value is changed.
|
| verbage on my desktop | 26 Feb 2008 12:33 GMT | 2 |
I have NO idea if asking this will indeed help me figure out what is happening to my screen but here it goes. First i am NOt very savy on the computer so please bare w/me. On my display screen words are over lapping other words. Also it now
|
| source event type in DefaultSingleSelectionModel | 26 Feb 2008 12:27 GMT | 1 |
User clicks on a tabbed pane of several. I've subclassed DefaultSingleSelectionModel so that I can display a dialog window before the chosen tabbedpane is actually displayed. My dialog is displayed from within the setSelectedIndex() method of my subclass.
|
| Dnd from desktop to Java application | 26 Feb 2008 12:11 GMT | 1 |
I am developing an application which accepts files being dropped from the desktop or windows explorer. When a file is dropped, the application pops-up a modal dialog. The issue is that as long as this dialog is displayed, the desktop (or
|