| Thread | Last Post | Replies |
|
| Impossible to launch ressources: http://Server/application.jar | 13 Jun 2007 16:56 GMT | 4 |
I'm getting an error message wqhen I try to launch an application. The application is in IIS and I'm using a .jnlp file. I guest I need to register my .jar file ... but how ??? Or do I have to add MIME typs .jar in IIS ???
|
| Using enum and specific values in method. | 13 Jun 2007 06:26 GMT | 3 |
I wrote a method and I want to have only 2 possibility when using arguments. In other words, I just want to be able to use 2 type of values. public class DataAnalyzer { public enum Mode { YSI, HYPERPRO } //the 2 possible values
|
| For each and remove | 13 Jun 2007 06:23 GMT | 9 |
With an old fashioned JDK 1.4 Iterator you can used the remove method to remove an element without screwing up the looping. Is it possible to do the same thing using the JDK 1.5 for each loop syntax, say for example to loop through an ArrayList or HashMap deleting some of the
|
| Array Problem : seems to overwrite all values | 12 Jun 2007 21:15 GMT | 9 |
I have some code, outlined below. The problem is that the line "new_pop[i] = new_ind" does something weird. Rather than saving the result into array index i, it overwrites all the indexes 0->i. The output from the System.out command are also included so you can see
|
| web start error | 12 Jun 2007 11:05 GMT | 3 |
Hello all, when trying to "launch" my webstart application I got the following: An error occurred while launching/running the application. Title: TEST1
|
| i has the time but no spinners now i have spinners but no time, can you hlp? | 11 Jun 2007 23:16 GMT | 3 |
|
| JSTL example | 11 Jun 2007 16:33 GMT | 1 |
Hi, everyone I'm reading now the JEE5 Tutorial and in a JSTL section, there is a code: <c:if test="${!empty param.Add}">
|
| jmf:how get data from stream (of file data) and not by url or file | 11 Jun 2007 06:49 GMT | 1 |
I have a little problem. Java Media Framework reproduces data which is passed by url or a file. I have this data in a stream... i mean I have in stream the data-file (a simple server which read file and give it by stream).
|
| monitoring the taskbar in windows | 10 Jun 2007 17:35 GMT | 1 |
Hi friends Is there a bulit in class that can directly control the open aplications in windows?. i,e. it can find out which programs are open and minimise and maximise
|
| Collections | 08 Jun 2007 16:34 GMT | 8 |
I need some help figuring out which type of collection to use in this instance. (I know this is a fairly basic question, but I'm stumped.) Say that I have two "lists" (could be arrays, vectors, etc, not sure yet):
|
| web start | 08 Jun 2007 15:22 GMT | 6 |
Hello all, I have a java prog. which runs well at home butrefuses to run on webstart. Here is the resulting java console output: exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: com.sun.opengl.impl.windows.WGL.GetPixelFormat(J)I
|
| JPanels on Layered Pane don't appear where i want. | 08 Jun 2007 13:50 GMT | 4 |
Hello. I'm working on a interface to a program that teaches kid's mathematics. My menu base on JPanels that are grouped intu JLayeredPane. Each JPanel have it's depth. I would like to do that if a Pannel appear on top of the others(is active) it covers all the
|
| Java applet: Unnecessary requests for files in the .jar | 08 Jun 2007 10:53 GMT | 5 |
I don't have much experience with java applets, so forgive me if this is a stupid question... but I have one such applet which is embedded in a web page, and it does work fine. However, for some reason, after the applet's jar file has been (successfully) downloaded and the code
|
| can anyone [lew?] help with this??? | 07 Jun 2007 18:27 GMT | 4 |
... i redesigned my first attempt which usedd a single spinner now i have 3 but they do nothing??? /** * @(#)BigFonts4
|
| Polymorphism | 07 Jun 2007 15:50 GMT | 2 |
hiya 1) First I must point out that I do understand the concept of run-time polymorphism:
|