|
| We are all familiar with the use of the term window to describe a rectangular area on a screen. Most of these windows have a number of decorations such as:
Java has a class Here's a not-very-useful example of a JWindow:
which produces the absolutely fascinating output window: It's actually hard to see the window at all, because of the lack of any kind of "decorations", so I added a border to the above image; the border is not part of the window -- it's just a guide to your seeing it. Instead, to create a window of your own, in Java, you have to use a class Here's where we start to learn how to create frames... |
This page was last modified on 02 October, 2007 |