| Thread | Last Post | Replies |
|
| help About A jTextArea Java | 13 Jan 2006 11:11 GMT | 3 |
I made a program which contains many class files. On each i tried to display some information about currently doing task, etc in a jTextArea. but what happen is only after completion of all, it is displaying. what should i do to display those messages step by step.
|
| IPV6 on XP | 13 Jan 2006 10:49 GMT | 3 |
Does anyone know if a JRE that supports using IPV6 on XP? Sun's JRE 1.5 seems to still not offer support for IPV6 on XP. -Robert
|
| how to make a secured application | 13 Jan 2006 08:29 GMT | 7 |
How to make a secured application ? i have a login.jsp which acepts userid,password and goes to the DB, verify it and puts a welcome page. I want to make this application secured.
|
| JNI caching of jclass | 13 Jan 2006 08:02 GMT | 3 |
Sec. 4.4 of the JNI tutorial says that it is a good idea to cache field and method IDs. I tried to also cache the jclass's which seemed to work in the beginning but crashed the application later. I noticed that the jmethodID's are the same every time I retrieve them but the jclass's ...
|
| mindprod.com hits | 13 Jan 2006 06:13 GMT | 15 |
For some reason yesterday was by far the highest hits ever recorded at mindprod.com. I wonder if anyone knows why. Was it mentioned in the news somewhere?
|
| Script Java in Luban Language | 13 Jan 2006 05:51 GMT | 20 |
http://www.lubankit.org Luban Programming Language Beta 2 is released with one major feature addition: the Luban Java Bridge has been built to enable Luban to access arbitrary Java classes, functions and fields. Below listed are
|
| Resizing images thru a java program | 13 Jan 2006 03:37 GMT | 1 |
I need to capture an image based on the URL of the image provided by the user and do the following things 1. Create a thumbnail 2. Resize the image
|
| Design patterns using anonymous inner classes | 13 Jan 2006 03:35 GMT | 8 |
I've been reading a document that states: 1. In Java a nested class can be declared in any block including methods. 2. The ability to create nested classes in methods in Java may seem unnecessary but combined with anonymous inner classes can provide a
|
| Log4j - dealing with multithreaded invocations? | 13 Jan 2006 03:25 GMT | 11 |
I have a class with 4 methods. I want to use Log4j to log messages for each of these methods to a common log file. Ideally I would like the log messages for each method to be seperated from the others. But if multiple users were to invoke the methods at
|
| queue runtime processes how? | 13 Jan 2006 03:03 GMT | 2 |
I need to run an arbitrary number of external executables, with as many as possible running concurrently. I have an exaggerated example. Let's say I have a billion processes to create from arbitrary executables. I want to run the first n that will be able to
|
| JUnit question: testing file generators | 13 Jan 2006 02:15 GMT | 4 |
I have some classes that generate flat files and I'm trying to think of some simple way to test to see that they are working correctly. The classes in question read a ResourceBundle for data, then format that data and write them out to a flat file with a PrintWriter. The only ...
|
| Smart XCopy | 13 Jan 2006 02:11 GMT | 7 |
Is there a utility around, preferably with Java source, that is like XCOPY to copy directory trees, or just the *.java files in a directory tree to matching tree with this wrinkle. It suppresses the copy of the target file is already identical. E.g.
|
| How to implement ActionListener | 13 Jan 2006 02:10 GMT | 2 |
I have problem to call the ActionListener but have no idea what is going wrong, Please help. Thankyou. When compile, the error message show : -----------------------------------------------------------
|
| generics typecast | 13 Jan 2006 02:02 GMT | 8 |
simple and straightforward: how can I write a type cast so that the following line does not produce any warnings about unsafe typecast etc... Set<String> shapes = (Set<String>)this.settings.getAppSetting("shapeTypes");
|
| Eclipse 3.2M4 | 13 Jan 2006 02:00 GMT | 1 |
I was wondering if anyone is using Eclipse 3.2 Milestone 4. I downloaded the other day and am having some problems with it. I did not expect it to be perfect because, obviously it is just a milestone release.
|