| Thread | Last Post | Replies |
|
| vector.elementAt(i) returns what exactly??? | 12 Jul 2006 19:44 GMT | 5 |
I'm having a little trouble with this concept. I have a class named bar, and another class named chart which has a vector of bars: I want to override toString in chart. In order to do so I want to get
|
| How to ssh into a Windows box and run a jave program with nohup? | 12 Jul 2006 17:04 GMT | 2 |
My problem is this: I would like to be able to fire up a java program on another machine (let's call it X) remotely. My primary machine runx Linux
|
| Regarding Appending files.. | 12 Jul 2006 17:01 GMT | 3 |
Here I ve a code which lists the keys that are not found between two properties files and writes that to a log file named KeysNotFound.log... now each time,when i compile by changing the property file to be
|
| Application Server | 12 Jul 2006 16:21 GMT | 2 |
I am relatively new to Java and I need to develop a collaborative application server application. The aim is that different clients have access to applications (eg AutoCAD, Word, Excel etc) running on the server system. The clients should be able to view these applications and ...
|
| quick cast question | 12 Jul 2006 16:20 GMT | 4 |
i have these two classes... public class Class1 { public String a() { return "a";
|
| Detailed Java Generics | 12 Jul 2006 14:44 GMT | 4 |
I have a very detailed/complicated java generics question. Consider the following code public abstract class AEdge { ANode fr, to;
|
| scanning a window screen for a string of characters | 12 Jul 2006 10:43 GMT | 2 |
Hello Gurus! I need to scan a screen in a separate window to look for a set of character string/s. I haven't done window scanning before. Could anyone please point me to the Java API class which can best perform this function? A sample program with source code, if there is one,
|
| JNLP: some questions: how download file? | 12 Jul 2006 10:04 GMT | 3 |
I have some question about JNLP application: -how to download a file (from a different server where application was downloaded) from the web? -where can I save this file? there is something like JAVAHOME?
|
| connection pooling to oracle in sun server | 11 Jul 2006 19:11 GMT | 1 |
plz help me how connection pooling to oracle is done on a sun server
|
| I have a simple question | 11 Jul 2006 17:54 GMT | 1 |
I'm using JButton on a simple frame and am trying to figure out how I can activate a button such as "f" for "flip" (it's a flashcard program). I can use the setMnemonic command so alt-F activates the button. What would I do to make it so just pressing the key 'f' would
|
| Java Problems on Max OSX | 11 Jul 2006 17:27 GMT | 1 |
I have an Intel iMac. For work I use an SSL VPN (SSL Explorer), that launches a Windows desktop (ProperJava RDP client). It was working and at some point stopped. I don't know exactly when it
|
| Keeping Focus on a Frame | 11 Jul 2006 16:27 GMT | 12 |
I have an applet in which on a button click a Frame pops up. I need to keep the Focus on this i.e. the user should not be able to reach the original applet without closing this Frame. I need a method to this. I read about using getParent() recursively but I couldn't understand
|
| IOException in AudioInputStream.skip() | 11 Jul 2006 15:03 GMT | 3 |
Iam working in Java Sound API. I wanted to jump to a location in the audifile, so im using AudioInputStream's skip() method. It works file for Mu-Law format. I was able to skip and play from the jumped location for Mu-Law format. But when comes to A-Law format or PCM Signed format,
|
| Compile error | 11 Jul 2006 03:29 GMT | 2 |
Bare with me please, this java stuff is really not my strong point. The code will not compile. It was a working gui thanks to the help of a group member here. Now I am trying to make it an Applet but it will not compile, help! import java.util.*;
|
| Java +Batik +SVG | 10 Jul 2006 20:37 GMT | 3 |
I want to use SVG images in my Java application. I only need to display some images, nothing other is to do! The only powerful API I found was Batik. I searched and tried many hours, but I didn't find an easy way to display
|