Visual Library是NetBeans中广泛使用的可视化函数库,用于展现复杂的上下文关系,如建模或流程绘图等工作。
Visual Library源自于NetBeans的社区项目,随着类库逐步发展成熟并被开发者认可,在2007年正式成为NetBeans
Platform. 6.0的一部分。目前的NetBeans
IDE中,BPEL业务流程设计器,Mobile开发以及JavaEE开发的设计工具都在使用Visual Library来实现可视化编辑效果。
Visual Library
2.0版本在使用时的编程风格同Swing类似,需要创建Scene场景包含,并使用Widgets生成所需的可视化元素,之后通过Scene场景的
createView操作来创建Swing的JComponent组件,以将可视化场景集成在Swing界面中呈现。
关于Visual Library的使用,官方站点已经给出非常好的示例代码,以展示Visual Library提供的几十种不同的功能和用法,包含Action的使用,可视化组件的生成与连接等。
示例代码下载页面:
http://graph.netbeans.org/examples.html
使用Visual Library开发的几个案例截图:




分享到:
相关推荐
9. **Essential ASP.NET with Examples in C#** 和 **Essential ASP.NET with Examples in Visual Basic.NET**(作者:Fritz Onion): 这两本书分别使用C#和Visual Basic.NET语言示例讲解ASP.NET的核心概念和技术。...
This detailed guide to the Microsoft AJAX Library shows you how to bring together ASP.NET 2.0 with an object-oriented approach to JavaScript development using this new framework from Microsoft....
Some examples (FFMPEG) required SDL 2.0 and SDL 1.2 (7) SDL.dll and SDL2.dll Copy files OS Windows 64-bit Target platform 64-bit: (2),(4),(6) -> "C:\Windows\System32\" Target platform 32-bit: (1),(3...
Check out the growing list of programming, Web 2.0 and software-related Resource Centers To receive updates for this book, subscribe to the free DEITEL® BUZZ ONLINE e-mail newsletter at ...
Mark Michaelis covers the C# language in depth, illustrating key constructs with succinct, downloadable code examples. Graphical “mind maps” at the beginning of each chapter show what material is ...
在.NET 平台上,库(library)是可重用代码的集合,开发者可以将它们集成到自己的应用程序中以实现特定功能。 .NET Framework 和 .NET Core 是微软推出的两个主要的开发框架,两者都支持 C#、VB.NET、F# 等编程语言...