j2me设计的界面包

源代码在线查看: package.html.svn-base

软件大小: 17480 K
上传用户: fsweb
关键词: j2me
下载地址: 免注册下载 普通下载 VIP

相关代码

								    Document   : package
				    Created on : Oct 11, 2007, 10:38:26 AM
				    Author     : Shai Almog
				-->
				
				
				  
				    
				  
				    
				        
				            Main widget package containing the component/container "composite" similar
				            both in terminology and design to Swing/AWT. Unlike Swing/AWT a full windowing
				            system is not applicable in this case and forms are placed using a Display abstraction
				            more in line with the MIDP API.
				        
				        
				            Components are placed in a container with layout managers that are used to detemine
				            component positioning {@link com.sun.lwuit.layouts}, containers can be nested
				            deeply in a similar way to Swing/AWT. All components are lightweight and drawn by
				            the {@link com.sun.lwuit.plaf.UIManager} which allows us to theme everything using
				            styles. It also alows elaborate UI customizability by deriving {@link com.sun.lwuit.plaf.LookAndFeel}
				            and overriding specific methods for drawing/sizing components.
				        
				    
				
							

相关资源