| Thread | Last Post | Replies |
|
| Fire mouseExited only when leaving panel boundaries? | 10 Feb 2006 21:34 GMT | 3 |
I am having some trouble with the mouseExited event in MouseAdapter/MouseListener. I have a Panel with 3 labels on it. I would like to start a timer when the mouse is anywhere over this panel (including the labels), and stop the timer when it leaves the panel
|
| Java Web Services | 10 Feb 2006 20:35 GMT | 3 |
I'll be starting work on a web services interface to some internal applications soon. They'll be implemented in WAS6 and could potentially receive millions of hits per day. Authentication with each request is required. The web service will essentially just turn the
|
| Needed: links to applets running Java 1.5.0 | 10 Feb 2006 18:10 GMT | 2 |
Can anyone point me to links to web pages that contain JApplets that use Java 1.5.0 features, like enums and generics? I want to see if it is only _my_ applet that fails in Firefox 1.5.0.1 or whether this problem occurs due to my use of Java 1.5.0 features. I'd also
|
| Java User Groups | 10 Feb 2006 18:01 GMT | 11 |
Folks: I am sure that a lot of you belong to some kind of Java Users Group. It's an excellent resource for the exchange of information, ideas, skills, and know-how. And when you have the opportunity to host guest
|
| Alternative XML content handler? | 10 Feb 2006 17:49 GMT | 1 |
I am using a SuperWaba Java implemenation to port an app over to Palm OS. There is an XMLRPC library I am using for it that doesn't seem to parse the results passed back from my XMLRPC server. The server is running a non-Java XMLRPC process that seems to be compatible with
|
| Most Java apps are flawed on my system | 10 Feb 2006 16:09 GMT | 45 |
I'm using a couple of free Java applications that easiliy outperform free native windows application. I'm very upset that those Java application share a common set of problems on Windows due to bugs in the Java libs and the authors are not willing to investigate and work around ...
|
| Use JFrame and a canvas | 10 Feb 2006 16:02 GMT | 11 |
Could anyone please advise me on how to achieve this. At the moment I have a JFrame with a number of JButtons, JPanels and a JMenu. Is it possible to draw using awt.graphics in to a sub window inside it? If so what do I need to look at in order to do this? If not then how
|
| retrieving data from a JTable | 10 Feb 2006 12:27 GMT | 1 |
I have 2 JTables. I want to select all the data of multiple rows in the first JTable and want to add this selected data to the second JTable. Both the JTables use DefaultTableModel. Can u plz help me by telling how to do this?
|
| Simple problem need help | 10 Feb 2006 12:25 GMT | 1 |
Hi, can anyone help me with this problem. I know it is really easy, but I can't findout how to do it. I have code similar to the layout below. Currently it draws a circle with a black border. How do I set the fill colour and keep the black border?
|
| Http POST requests changed to GET by proxy? | 10 Feb 2006 11:09 GMT | 5 |
we have a software solution which works fine since several years for several different companies: It's an applet which communicates with a servlet using HTTP POST connections and displays results from the server/servlet.
|
| sorting 3 integers | 10 Feb 2006 09:49 GMT | 8 |
why does this algorithm not work? class Sort { public static void main (String args[]) { int a, b, c;
|
| How to deploy Java Applications To People? | 10 Feb 2006 07:47 GMT | 3 |
How do you deploy Java Applications to other people? I don't think average people is gonna open up the command line and type in "java" everytime they want to run it.
|
| Are Singleton methods thread safe ? | 10 Feb 2006 07:47 GMT | 11 |
Are Singleton methods thread safe ? Let's assume that multiple threads are accessing singleton class method. (method is not synchronized). There are no class level variables and there are only method level variables. Is this going to
|
| add a remote jar to classpath | 10 Feb 2006 06:46 GMT | 2 |
Is it possible to add a jar residing on a remote webserver to the classpath of an application that I run locally?
|
| Problem with Java Control Panel and Firefox | 10 Feb 2006 04:47 GMT | 7 |
I've been having trouble getting my applets to work in Firefox. The other day, I posted about it and got the advice that I needed to modify certain settings in the Java Control Panel. Today, I finally had a minute to look into that. I launched the Java Control Panel from the ...
|