首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > 编写完全可测试性,可移植的图形用户界面应用程序的一个流畅的界面风格

编写完全可测试性,可移植的图形用户界面应用程序的一个流畅的界面风格

资 源 简 介

FXL GUI API This open source project represents a research effort combining fluent interfaces, portability, and humble graphical user interface programming. These principles form the basis of the featured application programming interface. Examples and a showcase can be found at http://fxl.co/. Core concept of the API is the notion of the fluent interface. All elements of the GUI API are written in a fluent interface style. For example, to add a blue, bold label in Arial to a panel we state: panel.add().label().text("Label").font().family().arial().weight().bold().color().blue(); Portability allows us to provide implementations for different platforms. Currently, we feature Swing as well as GWT. Thus, a corresponding GUI application runs as a desktop application and - without changes - in the browser. In addition, we are currently examining mobile platforms, in particular Android. Our primar
VIP VIP
0.174301s