| Thread | Last Post | Replies |
|
| Detecting Mouse Over Tab on JTabbedPane | 03 Sep 2006 18:11 GMT | 5 |
I tried finding this and hope I've missed the obvious or that it's something easy I just didn't find. I know I can set tool tips for a tab on a JTabbedPane object. I'd like to have a "help" JTextArea off to the side of my main interface to use to
|
| (Off topic) Cyberwar question | 03 Sep 2006 11:54 GMT | 3 |
One of my internet providers has blocked my broadband adsl internet connection for over a 2 months now. They still steal money from my bank account and they still hold the adsl line hostage, so I can switch over to another ADSL internet provider. I could switch over to a (tv) cable
|
| Java / JSP hosting | 03 Sep 2006 11:12 GMT | 1 |
Im trying to find a good (and low budget) host for my website that runs JSP and java servlets, that interact with paypal. They also use JCE and Javamail. Im currently hosted with godaddy, but I think I need to jump away from
|
| Bluetooth j2me | 03 Sep 2006 07:54 GMT | 1 |
Can anyone recommend a good site/tutorial about using Bluetooth in J2ME ? I'm interested in code samples, examples of using it in general, and anything I find is plain theory. Regards,
|
| Transpose in java | 03 Sep 2006 00:31 GMT | 5 |
Hi, I have a large table in postgres database. I need to create a screen in Java to view this table but it hast to be transposed. I'm wondering if it's better to transpose it in Postgres or Java could do it for me. Which is a better approach? What is the best way to
|
| match regular expression against stream? | 02 Sep 2006 22:28 GMT | 1 |
Is there a way to use Matcher on a stream of unknown length? I've seen some examples using streams, but they either expect the regular expression to be limited to matching lines, or the stream is from a file where the complete length is known.
|
| JBOSS Question | 02 Sep 2006 20:55 GMT | 1 |
I am running a JBOSS server with a custom application on it. I have a number of logs that are rolled over daily that are very large. The fill has every GET and POST Request Here is a snippet
|
| which bean it is ? | 02 Sep 2006 20:21 GMT | 3 |
i want to make an EJB project(banking project). so,I want to make CUSTOMER. Now, i have a simple question...should i make CUSTOMER a session bean or Entity Bean ?
|
| App in the background | 02 Sep 2006 19:01 GMT | 4 |
I would like to write stand-alone application which would download some files from network every x hrs (specified by the user). I think I would do it that, that user would just specify the time and minimalize it (it will be minimalized or I will decide to put it to systray) and then ...
|
| give servlet permission to create file | 02 Sep 2006 18:51 GMT | 20 |
I am creating a servlet that uploads a file from the users computer to my servers computer. When I write the file to the server I am getting continually an access denied message. Which sux, because Im paying for the space on the
|
| Mixing JSP pages between Apache and Tomcat | 02 Sep 2006 18:51 GMT | 3 |
Hello all. I am just starting this project for my company. I already have a web directory that is running on my company's server with Apache. I needed to have some dynamic content going on, and PHP was unfortunately not an option because I needed PHP-MySQL and the Linux
|
| The Semicolon Wars as a software industry and human condition | 02 Sep 2006 18:45 GMT | 13 |
Of interest: • The Semicolon Wars, by Brian Hayes. 2006. http://www.americanscientist.org/template/AssetDetail/assetid/51982 in conjunction to this article, i recommend:
|
| Java & C Interview Questions With Answers | 02 Sep 2006 17:28 GMT | 3 |
Hi Friends, Here is the link for Java & C Interview Questions With Answers: http://metajai.googlepages.com/int-ques1 All the Best
|
| writeObject IOException | 02 Sep 2006 17:20 GMT | 7 |
Hi, I'm trying to develop the application which uses writeObject method to write Hashtable but after procedure toBytes calling I get the exception: SEVERE: org.jdesktop.layout.GroupLayout
|
| Callout-like Tooltip replacement? | 02 Sep 2006 16:09 GMT | 2 |
I'm interested in designing a tooltip like a callout box you can find in Windows' systray or eclipse. I would like to use it primarily for giving hints or notifications to users for certain controls. The only way I can think of doing this is either by writing a custom
|