JWindow : Java Glossary

JWindow
Like a JFrame, but without borders or menu bar. A generic term for both a JFrame and JDialog. JWindows can accept keystrokes.

You don’t use jWindow.add( child ); you use jWindow.getContentPane().add( child ). This is especially infuriating since the compiler cannot catch the error. Similarly instead of jWindow.setLayout( layoutManager ) you use jWindow.getContentPane().setLayout( layoutManager ).

Learning More

Oracle’s Javadoc on JWindow class : available:

CMP homejump to top You can get the freshest copy of this page from: or possibly from your local J: drive (Java virtual drive/mindprod.com website mirror)
http://mindprod.com/jgloss/jwindow.html J:\mindprod\jgloss\jwindow.html
logofeedback Please email your feedback for publication, letters to the editor, errors, omissions, typos, formatting errors, ambiguities, unclear wording, broken/redirected link reports, suggestions to improve this page or comments to Roedy Green : feedback email If you want your message kept confidential, not considered for posting, please explicitly specify that.
mindprod.com IP:[65.110.21.43]
view BlogYour face IP:[38.107.179.214]
You are visitor number 17,333.