| Thread | Last Post | Replies |
|
| Running a Java program with a date in the past | 11 Sep 2005 10:03 GMT | 7 |
I have some obscure Java programs which show a strange behaviour when they are ran at certain times/dates only. In order to analyse this I would like to run the Java program, making it believe that the current date is not the machine's date.
|
| Preventing JScrollPane from scrolling automatically | 11 Sep 2005 08:51 GMT | 2 |
I've a JTextArea with a PlainDocument data model behind it. The text area is in the viewport of a JScrollPane. When the data model's insertString() is called, the view gets updated automatically. This is sometimes unwanted - I would like to get control
|
| Java Advanced Imaging | 11 Sep 2005 02:58 GMT | 3 |
I am developing a Java application using Java Advanced Imaging. I am trying to perfrom a Histogram Equalization on a source PlanarImage but I get an error when I try to display the result. The method that does the equalization "equalize(...)" does not return
|
| jscript date picker (advanced) | 11 Sep 2005 02:55 GMT | 2 |
. I need some help.. I need a java script calendar that allows users to populate a text box with dates. Ya Ya I know what your thinking... Theres got to be 10,000,000,000 free open source jscript calendars out there to serve
|
| need help configuring eclipse | 10 Sep 2005 17:42 GMT | 14 |
I'm having problems creating a launch configuration. And hopefully when I get it to run, I can do the same for a profiler because that's what I really want to do, use a profiler. In the main tab of the 'Create, manage, and run configurations' window,
|
| I Need to Rename a Lot of Classes -- Any Tips (Also moving from Jave 2 to Java 5) | 10 Sep 2005 17:08 GMT | 23 |
I'm dealing with a PHB on a small project, one I don't get paid by the hour on, and I'm only doing a few steps to get his system changed over. I really want to spend as little time on this as possible. Currently they work with doctors and provide data through a system called ...
|
| java.lang.Win32Process.destroy() causes varying exitValue(). | 10 Sep 2005 13:16 GMT | 16 |
I am using Runtime.exec to start a python process that executes indefinately (it simply has a sleep statement in an infinite loop). I have noticed that after I call destroy() on the python Process object, the object has an exitValue() of 1, but on the odd occassion, the
|
| writing email attachment file to disk | 10 Sep 2005 10:04 GMT | 8 |
I'm trying to capture an email attachment and write it to disk. I've coded the following lines in my attempt. The program seems to run and creates the local file alex99.pdf. However, when I tried to open it, it says it's corrupted and/or wasn't properly
|
| NoClassDefFoundError: com/sun/rowset/CachedRowSetImpl | 10 Sep 2005 09:59 GMT | 7 |
I understand that this error means the cachedrowsetimpl class is missing. THing is, how do I get the jar file to add it to the java install?
|
| How to choose a serialVersionUID | 10 Sep 2005 03:12 GMT | 8 |
Serializable classes need to define a field "serialVersionUID" which identifies the class for rereading serialized objects. Are there rules on how to choose this value? If I make an extended class which only adds new methods (no new fields),
|
| Can anyone help me with this? (illegal start of expression) | 10 Sep 2005 02:48 GMT | 3 |
I am getting this error message when trying to compile this program. I have searched on the error message and everything that I have read says to check for { or ; prior to the error message. It all looks fine to me. I am assuming that I need to move private void addWigets()
|
| Re: Difficult time to understand Java language | 10 Sep 2005 02:47 GMT | 4 |
I had a great deal of comprehending the Java language at all because I'm taking Java course at an university. Whenever I get the assignments, I tried to analyze the instruction (Read sentences) and work on it. I could not understand it all. Anyone who knows and help me?
|
| Looking for java learning project which is relevant to the software business | 10 Sep 2005 02:44 GMT | 8 |
I have completed a java computergame applet and some stand alone command line tools. And am looking for a new java learning project that is somehow relevant to an actual business situation. What aspects can i look into that i may be able to use in an actual programming
|
| Call a function from another .java file | 09 Sep 2005 19:48 GMT | 3 |
Currently, i am trying to reduce the codes in my program and i'm wondering if i'm able to just call the function i want without going into; class CreateFrame implements ActionListener { public void actionPerformed( ActionEvent event )
|
| Collection | 09 Sep 2005 16:45 GMT | 9 |
try { Collection rooms = MultiUserChat.getHostedRooms(conn, "<serviceName>"); } catch (XMPPException e) { System.out.println("Exception Caught: " + e.getMessage() + "
|