|
Using processMouseEvent instead of mousedown? I was using mousedown() As Below. ----------------------------->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> public boolean mouseDown(Event evt, int x,int y){ ----- OLD CODE ----- OLD CODE return true; } ----------------------------->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Above code works correctly. Now I found som... 15 Jul 2008 09:11
Last Call for Papers (extended): International Conference on Computational Biology ICCB 2008 Last Call for Papers (extended): International Conference on Computational Biology ICCB 2008 From: International Association of Engineers (IAENG) San Francisco, USA, 22-24 October, 2008 http://www.iaeng.org/WCECS2008/ICCB2008.html Important Dates: Draft Paper Submission Deadline (extended): 22 July, 2008 Cam... 15 Jul 2008 01:02
Rauski ja NEO Re: Suomalaista sosialismia Simble the best: TVO/Rauma/Eurajoki/UPM-kymmene ottavat kaikkim keskeisemm�t juoma-, k�ytt�-, ja prosessivetens� siis systeemist� johon kuuluu pitk�lti n. 1220km2 kokoinen Eurajoki ja 400km2 kokoinen Lapijoki. Systeemin koko tuotto jaetaan noin kolmeen yht� suureen kulutusyksikk��ns�. Kyseess� on siis Rauman 25 0... 15 Jul 2008 01:02
Traveling salesman, idea, easy to program? Besides my open source Class Viewer project I have a rep for throwing ideas out on Usenet, where I did that for years with math, argued with a lot of math people, and they hate me, but that's a side issue to the subject of this post as I was wondering today what problem I might solve to kind of prove myself and cam... 25 Jul 2008 09:23
setStatus response In the below else statement I think it means the request succeeded but there was no new info to return so is nothing to show? [code] if(customerID != null) { //something happens } else { response.setStatus(HttpServletResponse.SC_NO_CONTENT);} [/code] Please advise. ... 14 Jul 2008 22:58
IBM's JVM? <http://it.slashdot.org/comments.pl?sid=613673&cid=24186809> mentions "IBM's java engine". My question is... where can I find this JVM? I have a Java applet that I've tested on Sun's JVM and on Microsoft's now defunct JVM, but if there are other JVM's out there, I'd like to test my applets out on them just to m... 16 Jul 2008 23:21
access HTTP request parameters? Hi all, hope this is the right place to ask for help - some hours of search engine stressing did not bring any light... I have a rather complex 3rd party web application using Cookies for authenticating purposes. Every HTTP request from the user's browser sends an HTTP request header like "Cookie: session=1234... 19 Jul 2008 02:45
quartz job stopping I have developed a simple job using Java 5 and Quartz Enterprise Job Scheduler API (1.6.0). All it does is transfer data from one Oracle database (10g) to another. The logic is quite simple but it results in about 70k rows inserted/updated in the target database. Job is run once a day on Oracle Application Serv... 14 Jul 2008 19:54
JDO and metadata annotations I know that the JPOX implementation of JDO2 can use XDoclet for the metadata, but can it use annotations the way that hibernate 3 can? The JPOX docs didn't say it could, but they didn't say it couldn't either. Thanks for your help, Rob ... 14 Jul 2008 18:52
Escape characters output by JSON Array? Hi, I'm inserting some text on a JSF page using var treeModel = {identifier: 'id',label: 'label', items: <h:outputText value='#{AddApplicationPage.applications}' escape='false'/> where the "getApplication" method returns the "toString()" method of a JSONArray object: JSONArray applications; /... 14 Jul 2008 17:50 |