| Thread | Last Post | Replies |
|
| jpanel repaint causes top level jpanels contents to get copied into the child panel. | 18 Nov 2005 23:36 GMT | 8 |
I've subclassed JPanel and overridden paint() (my subclass is called DPanel). My subclass has a couple of inner-class mouse listeners that call DPanel.repaint() -- for some reason when the listeners fire though, the contents of the whole applet (the DPanel is just a small
|
| Force WebStart to load new JNLP-File from Server | 18 Nov 2005 20:11 GMT | 3 |
Hello Gurus We have a WebStart app that has already been deployed to a number of people who have generated shortcuts to the app on their desktops. Now the JNLP file has changed to include an additional jar.
|
| getting screen size of active window | 18 Nov 2005 20:07 GMT | 7 |
Does anyone know how I can get the screensize of an active window in the windows native OS? Cheers Aidy
|
| Invoking a Lisp program from Java | 18 Nov 2005 18:30 GMT | 10 |
I found a program written in Lisp, which does exactly a part of what I need to implement. So it would be very convenient if I could use that in my program. So the problem is: is there a possibility to invoke that program with parameters from mine, sending it messages during ...
|
| binary searching | 18 Nov 2005 15:44 GMT | 2 |
Hello again. I was tring to implement the binarySearch() of Comparable, but have run into a small problem. The error states that it cannot find symbol : method binarySearch(java.util.Vector<BankAccount>,long). So I tried to instaniate a new object, but I couldn't because the ...
|
| help with String manipulation | 18 Nov 2005 14:53 GMT | 5 |
I need a method that replaces all of a given substring with another given substring, but is NOT casesentive. example: replace all "damn" with "****" String.indexOf(str) is case sensitive, so im all out of ideas
|
| Where is libjavaplugin_oji.so in JRE 1.5.0_05? | 18 Nov 2005 14:03 GMT | 4 |
I just installed JRE1.5.0_05 AMD64 package on my RHEL4 Quad Opteron and I found that there is no 'plugin' subdirectory in the package and no libjavaplugin_oji.so file. Where can I get the file from? Has the plugin system changed in JRE 1.5.*?
|
| Finding the IP address of client proxy from Server side component | 18 Nov 2005 09:17 GMT | 1 |
Hi , All I just want to find out the IP address of the firewall (proxy) for my client machine from my server side component. as the
|
| Problems with calling from another class. | 17 Nov 2005 22:26 GMT | 4 |
In my java class we have to take a number from one class that is found when the user inputs the range of numbers (i.e. 1-10000) and then how many random numbers to be chosen to find the average. The second class program is supposed to take these numbers and then average them. My
|
| Implementing Comparable | 17 Nov 2005 22:16 GMT | 5 |
I am trying to implement Comparable, but keep getting a name clash error. The exact error is: "name clash: compareTo(java.lang.Object) in BankAccount and compareTo(T) in java.lang.Comparable<BankAccount> have the same erasure, yet neither overrides the other abstract public ...
|
| about static variable | 17 Nov 2005 20:47 GMT | 23 |
I have heard that static variable will make the program consume very much memory. It is because garbage collector (GC) will not work on static variable. Is that correct? I am also wondering when does the memory space of a static variable is
|
| Batch image compression problem. Help! | 17 Nov 2005 19:49 GMT | 1 |
I am using Java to develop a web application that lets user to upload images to the web server, and the server will automatically resize and compress the images. It lets users to upload maximum 5 images at one time. The system works fine. But sometimes a very strange problem ...
|
| move over effect - how to do? | 17 Nov 2005 16:37 GMT | 3 |
I would like to ask say in www.yahoo.com When mouse over a link, the link become "underlined". When mouse leave a link, the underline disappear. How to do?
|
| Compile Error: can not resolve symbol | 17 Nov 2005 16:32 GMT | 2 |
I am trying to compile my code. I am getting following error: [javac] /users/palashah/build-dir/CCO/Applications/persistence/XMLUtility.java:72: cannot resolve symbol
|
| JAWS Insert+F1 Help | 17 Nov 2005 15:33 GMT | 6 |
I'm running JAWS Version 6.20.65U with a Swing applet in Java Version 1.4.2 JDK and the Accessibility Bridge Version 2.0ea beta3. My applet has some JTextPane(s), JButton(s), and some JRadioButton(s). With JAWS running, I can tab through the various components. However, after the
|