| Thread | Last Post | Replies |
|
| Question about Implementing Generics | 10 May 2005 00:43 GMT | 4 |
To All, Is there a way when I am creating my own generic class that I can define the (for lack of a better term) highest super class allowed as the generic?
|
| APPLET vs. OBJECT tag question | 10 May 2005 00:39 GMT | 1 |
I am writing an signed applet for use in the public domain. As I understand the statistics, about 60% of all users still run some Win / IE combo with the old MS 1.1 VM. The rest runs some combination of browser and a newer VM. Yet, a growing number has no VM at all (Win XP
|
| Problem with JComboBox | 09 May 2005 23:44 GMT | 3 |
I have the following problem to use JComboBox. I have an aplication that have two panels. When I run the aplication this show a first panel (Presentacion). It has a button and when I click this button it remove the current panel and show the second panel (Formulario).
|
| Static classes | 09 May 2005 22:56 GMT | 6 |
I am making a class called utilities which I plan to have a couple of static methods in it. I have declared the class as follows. public class Utilities { public static Settings userData = new Settings();
|
| Skiping Comments Using Scanner() | 09 May 2005 22:56 GMT | 4 |
I am trying to read in a Java source code file, line by line, using java.util.Scanner but I want to ignore commented sections and just work with the code. If anyone could offer any advice about how to skip the commented
|
| Dumb question within. | 09 May 2005 20:52 GMT | 18 |
Ok, here goes. How do I stop a java program. Have a check of agrg[]. If two files are not listed print an error msg then end program. Problem is it keeps dropping down. public class Pba2 {
|
| J2EE Features and benifits | 09 May 2005 20:04 GMT | 2 |
I've been looking for a good clear reference for the features of J2EE. Ideally I'm looking for a list of what J2EE gives you over J2SE. Even on the Sun site I can't seem to find this basic 101 information that is clearly written.
|
| Jframe content not visible after dynamic sizing | 09 May 2005 18:04 GMT | 2 |
I have a simple JFrame that just has a JButton positioned on it. The frame size is dynamically set so that it encloses the button. Here is the simple code: import java.awt.Container;
|
| Java WSDP 1.5 and Tomcat 4 | 09 May 2005 17:39 GMT | 1 |
Here is a simple question: does anyone know if I can run WSDP 1.5 (a JAX-RPC remote service) with tomcat 4.1? I see they recommend to use tomcat 5, but I have good reasons to stay with tomcat 4.1. Thanks,
|
| Standard Dicom images in java | 09 May 2005 17:25 GMT | 1 |
Hello i need a free package for to generate 'Dicom images multiframe' tnx
|
| How to keep re-reading the same image file in Applet | 09 May 2005 16:58 GMT | 1 |
I have written (copied) a simple applet that reads a JPG from the server and paints in on the Applet. I have another application that is continusly updating the JPG image on the server.
|
| Force java applet to run on java microsoft virtual machine plugin and not Sun. | 09 May 2005 16:54 GMT | 4 |
If clients with Internet Explorer have both java virtual machine plugin installed ( Microsoft and Sun ), how is it possible to force an applet to run on java microsoft virtual machine and not Sun one ( of course without manually changing any
|
| Function pointers (callbacks) in Java | 09 May 2005 16:52 GMT | 9 |
I have legacy code in C that I am porting to java. The code makes extensive use of function pointers (callbacks). An example is as follows: typedef double (*PFUNC)(PricingParam const *) ; typedef struct
|
| reload rotated image | 09 May 2005 12:52 GMT | 3 |
knows anybody, how to reload image from disc? First, I load image using ImageIcon, display it. User clicks on rotation, I run external jpegtran to turn it, load the image again, and voila -- I get the OLD image!
|
| spacing problem with a JTree | 09 May 2005 10:33 GMT | 3 |
i have a problem i am having diffculty fixing. i am using a JTree, which has a root and three layers of children. the problem is that the spacing between the nodes is very large, probably twice what it needs to be, but ONLY for layers two and three (that is, the grandchildren and ...
|