Forum: Java Oct 21st, 2003 |
| Replies: 2 Views: 8,129 Re: write into and read from JTextField 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: 7,347 Re: need help on this program 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... |
Forum: JavaScript / DHTML / AJAX Jul 29th, 2003 |
| Replies: 2 Views: 140,001 Re: JavaScript's window.opener 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: 140,001 JavaScript's window.opener 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: 5,594 Re: JTextField 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: 4,694 Re: Applet or Application? 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.... |
Forum: Java Jul 14th, 2003 |
| Replies: 9 Views: 44,928 Re: Java's String Tokenizer 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 fish... |
Forum: Java Jul 14th, 2003 |
| Replies: 9 Views: 44,928 Re: Java's String Tokenizer 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: 6,960 Re: Notepad VS. Something Else 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: Peripherals Jun 24th, 2003 |
| Replies: 29 Views: 32,883 |
Forum: Peripherals Jun 24th, 2003 |
| Replies: 29 Views: 32,883 Multiple webcams 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... |