Java Glossary : Frame

CMP home Java glossary home Menu no menu Last updated 2004-06-28 by Roedy Green ©1996-2004 Canadian Mind Products

Java definitions: 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

You are here : home : Java Glossary : F words : Frame.

Frame
A Window with controls on it such as optional resizing buttons, an icon, a menubar and a title.

When you specify the frame size, make it 32 pixels taller than you need for the contents to allow room for the top frame bar. To add to the confusion, the origin is in the top corner under the frame bar. So you must add 32 to all your y co-ordinates inside a frame.

Frames are unusually tricky to close.

The Swing equivalent of a Frame is called a JFrame.

The term frame has a different meaning in datacommunications. Data are usually transmitted in bursts. Each burst is called a frame. It usually has some additional information such as the frame number, the size of the block, the error-checking code and markers for the start and end.

In HTML, frame refers to the independently scrollable panels on your browser screen.

documentation on Frame : available:


CMP logo
CMP_home
home
Canadian Mind Products CSS
HTML Checked!
ICRA ratings logo
mindprod.com IP:[24.87.56.253]
Your IP:[80.134.30.163]
You are visitor number 2900.
Please send errors, omissions and suggestions
to improve this page to Roedy Green.
You can get a fresh copy of this page from: or possibly from your local J: drive mirror:
http://mindprod.com/jgloss/frame.html J:\mindprod\jgloss\frame.html