很好的一本JavaSwing编程书..... Fully for the 1.5 edition of the Java 2 Platform, the third edition of this praised book is a one-stop resource for serious Java developers. This book shows you the parts of Java Swing API that you will use daily to create gra
Launchers和Choosers框架使Windows Phone应用程序可以为用户提供一些功能,比如拨打电话,发送电子邮件,选择图片等。 Windows Phone应用程序模型使每个应用程序的执行(包括内存隔离)以及文件存储相互隔离。 Windows Phone应用程序不能直接读取一些信息,比如联系人列表,也不能直接启动另外一个应用程序,比如拨号应用程序和短信息应用程序。为了支持一些一般任务比如拨打电话或者发送短信息,Windows Phone提供了一系列Launcher和Chooser使
目录 第1章 Windows Phone 7应用开发平台 1.1 Windows Phone的前世今生 1.1.1 Windows CE系统 1.1.2 Windows Mobile系统 1.1.3 Windows Phone 7系统 1.2 Windows Phone 7应用开发平台 1.2.1 Windows Phone 7应用开发平台简介 1.2.2 Windows Phone 7应用开发平台架构 1.2.3 Windows Phone 7应用程序生命周期 1.2.4 Silverlig
In Detail Windows Phone is an OS which is also a platform in itself and provides an opportunity for application developers to build their apps and sell them on the Windows Phone Marketplace. Windows Phone is slowly catching up in the race with iOS a
File choosers provide a GUI for navigating the file system, and then either choosing a file or directory from a list, or entering the name of a file or directory. To display a file chooser, you usually use the JFileChooser API to show a modal dialog