| Thread | Last Post | Replies |
|
| SVN in Netbeans? | 07 Oct 2005 14:57 GMT | 1 |
Do you know if it is posible to use netbeans with subversion instead of cvs? If it is, then how?
 Signature Programmers should realize their critical importance and responsibility in a
|
| console writer thread causes erratic event handling | 07 Oct 2005 14:56 GMT | 2 |
I have a swing applet in jdk 1.4 that has a number of focus listeners. After tracing I've discovered that most of the events are being assigned to the event queue thread of the applet thread group. However, some events are also being assigned to the plugin thread group which
|
| Hmm, not understanding log4j properly :( | 07 Oct 2005 14:22 GMT | 1 |
I have these 2 lines of code in my test program private static final Category log = Category.getInstance("TEST"); PropertyConfigurator.configure("TestOutputFile"); and I thought after reading the documentation that this would open a output
|
| Network Authentication | 07 Oct 2005 12:13 GMT | 5 |
I need to access a network resource that requires authentication (user/password): typically when I access through Windows Explore the network shared folder: \\<server>\<shared_folder>
|
| hibernate configauration file | 07 Oct 2005 12:04 GMT | 2 |
tutorial http://www.hibernate.org/hib_docs/v3/reference/en/html/tutorial.html here is config file from this tutorial ===========
|
| display bmp images using JLabel | 07 Oct 2005 07:29 GMT | 1 |
Hello, I am trying to write a viewer that is able to read/display bmp, jpg, gif and png files. Currently, my program is unable to read bmp files! Help! ImageIcon ii = new ImageIcon(str); CustomScrollPane sp = new CustomScrollPane(new JLabel(ii));
|
| Objects in ArrayList and GC | 07 Oct 2005 05:10 GMT | 9 |
If there are redundant objects in an TreeMap that are no longer in use will the Garbage Collector remove them or do you need to do that manually?
|
| Java webstart problem | 07 Oct 2005 04:55 GMT | 1 |
I have a weird situation, where my JavaWebStart could download the jnlp from the Weblogic server with NO-PROXY setup, but failing while downloading jar files. Both my server and the client machine are in the same intranet can talk to each other without proxy.
|
| newbie: problems destroying midlet | 07 Oct 2005 04:40 GMT | 1 |
J2ME Wireless Toolkit 2.2 JDK 5 My midlet below, doesn't exit when hitting the exit key, I'm not sure what I'm doing wrong here... I've spent hours investigate the problem, but I
|
| Regular Expression and string Matching/Replace | 07 Oct 2005 04:37 GMT | 6 |
I have a list of key words. It has around 1000 key word now but can grow to 5000 keywords. My web application displays lot of texts which are stored in the database. My requirement is to scan each text for the occurance of any
|
| hibernate question | 07 Oct 2005 03:58 GMT | 3 |
in hibernate (http://www.hibernate.org/hib_docs/v3/reference/en/html/tutorial.html) there is a class import java.util.Date;
|
| J2SE 5.0 on just Windows 98 -- NOT "98 SE"? | 07 Oct 2005 02:44 GMT | 1 |
This is probably in some FAQ, but I have searched for it and not found it: Is it possible to install and run J2SE 5.0 on Windows 98? I.e. NOT Windows 98 SE, just Windows 98 _without_ SE?
|
| question about applets and IE | 06 Oct 2005 22:45 GMT | 3 |
Apologies if anyone considers this a non-java question. IE imposes a limit on the number of simultaneous connections to a given HTTP server: http://support.microsoft.com/?kbid=183110
|
| resize JTable | 06 Oct 2005 22:15 GMT | 25 |
I'm trying to dynamically resize the number of rows in my JTable object. Basically, I'm reading data from a database table and I'm allowing people to filter to return a subset of the data. I could set the size to the approximate maximum, but when the user filters, there
|
| Cloning a Cloneable Map | 06 Oct 2005 22:13 GMT | 3 |
Given a Map that is Cloneable, is it possible to actually clone the damn thing without resorting to reflection? TIA
|