http://java.sun.com/docs/books/tutorial/uiswing/components/index.html
This chapter gives you the background information you need to use Swing components. It assumes that you've successfully compiled and run programs that use Swing...
Top-level containers are the components at the top of any Swing containment hierarchy. They're shown in Figure 1.
Figure 1. Top-level containers.
General-purpose containers, shown in Figure...
As we mentioned before, Swing provides three generally useful top-level container classes: JFrame, JDialog, and JApplet. When you use these classes, keep these facts in...
Most noncontainer Swing components have models. A button (JButton) has a model (a ButtonModel object) that stores the button's state—for example, what its keyboard mnemonic...
With the exception of top-level containers, all Swing components whose names begin with "J" descend from the JComponent[9] class. For example, JPanel, JScrollPane, JButton, and...
This section gives background information you might need when using Swing's text components. If you intend to use an unstyled text component—a text field, password...
You should now have the knowledge you need to start writing programs that use Swing components. The previous chapters gave you a general understanding of...
Use the information in this chapter and, if necessary, the component how-to sections in to help you complete these exercises.
Questions
1:Find the component that best...
You can find source files for all of the examples from this chapter on the CD and online:
JavaTutorial/uiswing/components/example-1dot4/index.html
http://java.sun.com/docs/books/tutorial/uiswing/components/example-1dot4/index.html
The preceding URLs take you to an index...
AJAX popular information C# language guides Windows books and cookbooks
.......
С 2009 года мы стали переводить структура сайта на различные языки. Сайт теперь будет содержать книги не только на английском языке, но также и на других европейских языках, в том числе и на Русском языке.