Forum: Java Oct 21st, 2003 |
| Replies: 2 Views: 12,836 Hi,
There's a great tutorial link that gives an example of what you are asking for. Or at least close to what you are asking for - it's about frames per second but the idea is very similar to your... |
Forum: Java Oct 21st, 2003 |
| Replies: 1 Views: 8,848 I read in your post that your assignment was due a few days ago, but I thought I might give you a link to a program that reminds me very much of your assignment:
PigLatin.java... |
Forum: JavaScript / DHTML / AJAX Jul 29th, 2003 |
| Replies: 2 Views: 179,288 Hello, I'll answer my own question...
There was definitely something wrong with my code that I was not aware of until now. When creating the nodes, I also have to use window.opener if it is... |
Forum: JavaScript / DHTML / AJAX Jul 28th, 2003 |
| Replies: 2 Views: 179,288 Hello, I've been trying to find something about why window.opener doesn't work for IE (I'm using 6.0) when I use the window.opener in a separate JavaScript file. It works without any problem when I... |
Forum: Java Jul 28th, 2003 |
| Replies: 2 Views: 6,598 A combination of events can be used for the same listener; listening to i.e. when a certain key is pressed by adding a KeyAdapter's KeyEvent, and listening to when a certain button is being pressed... |
Forum: Java Jul 14th, 2003 |
| Replies: 13 Views: 5,820 BorderLayout is the defaultLayout in a JFrame. The JFrame is devided into 5 sections: north, south, west, east, and center. Into each of these sections you can add another layout with i.e. JPanel.
... |
Forum: Java Jul 14th, 2003 |
| Replies: 10 Views: 53,810 Uhm, my suggestion wasn't at all as good as the one that followed... you could try this:
public class TokenTest {
public static void main(String[] args) {
System.out.println("the... |
Forum: Java Jul 14th, 2003 |
| Replies: 10 Views: 53,810 AFAIK, the StringTokenizer does not in itself remove characters; it breaks up a string in tokens at given delimeters. If StringTokenizer is constructed like this:
StringTokenizer st=new... |
Forum: Java Jun 30th, 2003 |
| Replies: 15 Views: 8,101 As a simple editor which also can be used for compiling and running Java code, I like Emacs (http://www.gnu.org/software/emacs/emacs.html) a lot. NetBeans IDE version 3.5... |
Forum: USB Devices and other Peripherals Jun 24th, 2003 |
| Replies: 30 Views: 47,806 Thank you for your response and information.
/Soo-Im |
Forum: USB Devices and other Peripherals Jun 24th, 2003 |
| Replies: 30 Views: 47,806 Hello,
I'm not sure where this topic should be posted, but I hope it fits here...
I have been browsing around the Internet for information about using multiple webcams connected to a single... |