<O'Reilly Java Swing> - Note01





Preface


Source Code


In addition to the new components, Swing makes three major improvements on the AWT.

  1. It's written entirely in Java, and creates its own components. This new approach should solve the portability problem.
  2. It's in control of the way components look on the screen, and gives you more control of how your applications look.
  3. Swing makes a very clear distinction between the data a component displays (the "model") and the actual display (the "view").




Chapter 1

Swing actually makes use of a simplified variant of the MVC design called the model-delegate. This design combines the view and the controller object into a single element that draws the component to the screen and handles GUI events known as the UI delegate.


Each Swing component contains a model and a UI delegate. The model is responsible for maintaining information about the component's state. The UI delegate is responsible for maintaining information about how to draw the component on the screen. In addition, the UI delegate (in conjunction with AWT) reacts to various events that propagate through the component.



Chapter 2

A JFrame has something in it called a "content pane"; when we add something to a JFrame, we usually want to add it to this content pane:

getContentPane().add(something);

In order to run the sample code ToolbarFrame4.java in Eclipse, you will have to move the image files to a separate folder in the project:



Internal frame




评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值