| Thread | Last Post | Replies |
|
| java timer | 15 Mar 2006 01:54 GMT | 10 |
Hi there is there a something in java that will let me run one of my methods after a certain amount of time. I have tried using 'timer.schedule()' but it wont run a method i have created. I'm looking for it to run my method 'price change' after a
|
| Inheritence and kind of doing it backwords. | 15 Mar 2006 00:50 GMT | 17 |
My problem is quite specific, but doing a search on inheritence was just too much to sift through. This post IS very long, and I am sorry, but I've gone for clarity rather than brevity
|
| applet accessing loaded .jar via reflection? | 15 Mar 2006 00:34 GMT | 1 |
In my applet, I have this: public String callMethod(String methodName, String methodArg) throws Exception { try {
|
| Problem with java Rename function in solaris platform. | 15 Mar 2006 00:09 GMT | 14 |
when a external disk is mounted on Sun Solaris system its get transparent to the local File sytem. While trying to copy a File/files(using Java) from local file system to the external disk,
|
| referencing object | 15 Mar 2006 00:02 GMT | 5 |
Could anyone help me with this problem. I have a class 'Employee' which has an object of class 'Address' called 'employeeAddress'. Is there anyway of accessing the methods contained in 'Employee' from the 'Address' class. I have a reference to the 'Address' from 'Employee'
|
| Cross between List and Hashtable? | 14 Mar 2006 23:43 GMT | 3 |
I have been looking through the api for an hour or two now, and have not really found what I am looking for. I'd like an object that is sort of a cross between a HashTable and a List. Basically a HashTable that stores objects in the order in which they are placed into it, or a
|
| JPanel updates..... | 14 Mar 2006 23:27 GMT | 1 |
Hi thanks for reading. I have creating a gui that contains a JPanel containing an ImageIcon as a background and a scrollpane in front of it. I am trying to update the gui when the user resizes the screen, however
|
| Accessing a MIDlet from a Servlet/JSP | 14 Mar 2006 20:53 GMT | 3 |
Hi ppl, I want to access a value retrieved by a MIDlet from my JSP/Servlet when I access the Wap site. I want the MIDlet to start running when I click on a button in my jsp page and get the value
|
| RMIC proxy stub compiler problems | 14 Mar 2006 19:27 GMT | 4 |
I am trying to compile the proxy and stub for the following Calendar file package com.ebby.server.process; import java.rmi.RemoteException;
|
| color console output | 14 Mar 2006 19:06 GMT | 4 |
Is it possible to tell print() or println() in System.out to print stuff out to the console in color? Please show me how. Thanks -Jay
|
| Wait, Notify and Exceptions | 14 Mar 2006 18:26 GMT | 1 |
Since wait can already throw an exception, why not allow notify to pass one to be taken at the wait if any? Right now if I have a thread waiting for an event to complete, I have to set some state info
|
| Cardlayout GUI | 14 Mar 2006 18:19 GMT | 11 |
I am currently working on a Payroll Interface. I have been experimenting with a cardayout view. First, I want to allow employees to enter their first and last name and to pick how their remuneration is calculated ie, salary, hourly, commission etc.
|
| encodeURIComponent equivalent in Java? | 14 Mar 2006 18:10 GMT | 3 |
Is there an equivalent for encodeURIComponent in Java?
|
| Parsing html | 14 Mar 2006 17:49 GMT | 2 |
What are peoples' favourite way of doing this? I tried Tagsoup but have little experience of XML and can't find any decent docs on the XPath bit. The following prints the doc (a basic html file) title as expected:
|
| facing problem in storing values in database | 14 Mar 2006 17:24 GMT | 1 |
I am making an online stock brokerage, now what i need to do is store values in transaction table of stocks bought thru jsp. what i am not able to figure is say i allow five stocks to be bought then when a buyer buys a stock how do i number them in database,
|