Working with Bounded Task Flows, Regions and Routers in JDeveloper 11g Purpose In this tutorial, you use Oracle JDeveloper 11g to create a task flow that includes views, router and operations components. Then after creating each of the components o…
Developing a User Interface with ADF Faces Purpose This tutorial covers developing the user interface for the Fusion Order Demo Application using ADF model and ADF Faces. Time to Complete Approximately 90 minutes Topics This tutorial covers the fol…
第一部分:理论知识学习部分 第12章 Swing用户界面组件 12.1.Swing和MVC设计模式 a 设计模式初识b 模型—视图—控制器模式c Swing组件的模型—视图—控制器分析 12.2布局管理器 a 布局管理器是一组类. b 实现java.awt.LayoutManager接口 c 决定容器中组件的位置和大小 d Java.awt包中定义了5种布局管理类,每一种布 局管理类对应一种布局策略. e 每个容器都有与之相关的默认布局管理器. f 当一个容器选定一种布局策略时,它应该创建该 策…