`
cobble19
  • 浏览: 107108 次
  • 性别: Icon_minigender_1
  • 来自: 合肥
社区版块
存档分类
最新评论

netbeans platform TopComponent 重新组合显示

    博客分类:
  • Java
阅读更多
netbeans platform TopComponent 重新组合显示
netbeans 平台 窗口 重新组合
在netbeans的自己的netbeans平台应用程序的基础上【文件-新建项目-netbeans模块-netbeans平台应用程序】

参见:http://platform.netbeans.org/tutorials/nbm-10-top-apis.html
Part 3: Window System API,(主要是后面几分钟)
(即:http://bcove.me/vwnu6r0a)

简单步骤:【比较简略-也希望对大家有帮助】
1.右键-新建-窗口-【选择任一个窗口类型】(为了显示效果,肯定要多创建几个窗口。)
2.运行程序。
3.拖拽窗口,让窗口显示你要的效果。
4.关闭程序。
5.进入IDE(netbeans工具),选择【窗口-文件】的方式查看主项目(非模块),展开【build-testuserdir-config-Windows2Local-Modes】,看到文件夹anonymousMode_1(包含文件*TopComponent.wstcref)和文件anonymousMode_1.wsmode。
6.复制【文件夹anonymousMode_1(包含文件*TopComponent.wstcref)和文件anonymousMode_1.wsmode】到【重要文件-XML层-此层-Windows2-Modes】,结果为【重要文件-XML层-此层-Windows2-Modes-文件夹anonymousMode_1】和【重要文件-XML层-此层-Windows2-Modes-anonymousMode_1.wsmode】。
7.修改【文件夹anonymousMode_1和anonymousMode_1.wsmode】的名字,修改layer.xml中anonymousMode_1的名字。(最好改成一样的。如:改为banner)。
8.删除调layer.xml中原来的*.TopComponent相关的信息(类似<folder name="editor">
                <file name="ViewCTopComponent.wstcref" url="ViewCTopComponentWstcref.xml"/>
            </folder>)。
9.打开改名后的anonymousMode_1.wsmode(重要文件-XML层-此层-Windows2-Modes-banner.wsmode)。
10.修改【<kind type="editor" />】为【<kind type="view" />】,和(【<empty-behavior permanent="false"/>】为【<empty-behavior permanent="true"/>】--此项貌似可以不用修改,但是原来的*.wsmode文件是true)。

引用
Cobble.Ge 合肥 公司 20120522
分享到:
评论

相关推荐

    The Definitive Guide to NetBeans Platform 源代码

    《The Definitive Guide to NetBeans Platform》是关于NetBeans平台的一本权威指南,它深入讲解了这个开源的Java应用程序框架。NetBeans Platform是构建桌面应用程序的强大工具,它提供了丰富的功能,如模块化系统、...

    NetBeans.Platform.6.9.Developers.Guide

    ### NetBeans Platform 6.9 开发者指南 #### 知识点一:NetBeans Platform 6.9 概览 - **版本介绍**:NetBeans Platform 6.9 是一款基于 Java 的集成开发环境(IDE)的核心部分,它不仅支持开发人员构建专业的桌面...

    The.Definitive.Guide.to.NetBeans.Platform.7.pdf.rar

    《The Definitive Guide to NetBeans Platform 7》是一本由NetBeans官方网站提供的权威Java开发指南,这本书深入探讨了NetBeans Platform 7的各种特性和功能,旨在帮助开发者充分利用这一强大的开发平台进行应用程序...

    NetBeans Platform for Beginners样章及全书代码

    NetBeans Platform for Beginners是2014年8月底才出版的书籍,与最新版的netbeans 8同步,目前还没有中文版及全书的电子版,只能找到样章。样章中,手把手地详解如何使用netbeans来开发应用及module,涉及到的概念...

    Rich Client Programming Plugging into the NetBeans Platform

    《Rich Client Programming Plugging into the NetBeans Platform》是一本专注于NetBeans平台的富客户端应用程序开发的书籍。这本书全面深入地探讨了如何利用NetBeans平台构建功能丰富的、具有高性能的桌面应用。...

    The Definitive Guide to NetBeans Platform 7

    《NetBeans平台7的终极指南》是一本深入探讨NetBeans平台第7版的全面书籍,旨在为开发者提供从基础知识到高级应用的全方位指导。NetBeans平台是一个强大的开发环境,广泛用于构建复杂的桌面、网络和企业级应用程序。...

    The Definitive Guide to NetBeans Platform 7 源代码

    6. **MigLayout**:NetBeans Platform 7 可能使用MigLayout作为默认的布局管理器,它提供了更灵活的窗口布局管理,使得界面在不同屏幕尺寸下都能保持良好的显示效果。 7. **模块示例**:源代码可能包含各种示例模块...

    netbeans-platform7.pdf

    ### NetBeans Platform 7.0 入门指南 #### 关于 NetBeans 平台 NetBeans 平台是一个用于构建商业级和开源 Swing 桌面应用的通用框架。它提供了一系列基本功能(如窗口管理、菜单项与动作关联、运行时更新应用程序...

    《Rich Client Programming: Plugging into the NetBeans Platform》

    《富客户端编程:接入NetBeans平台》是一本深入探讨如何利用NetBeans Rich Client Platform (RCP) 开发桌面应用的专业书籍。NetBeans RCP是一个强大的框架,它为开发者提供了构建功能丰富的、可扩展的桌面应用程序的...

    NetBeans开发权威指南 NetBeans Platform Developer's Guide

    《NetBeans开发权威指南:NetBeans Platform Developer's Guide》是一本深入探讨NetBeans平台的专著,由Jürgen Petri撰写,于2010年首次出版。该书聚焦于NetBeans Platform 6.9版本,为读者提供了创建专业桌面富...

    NetBeans Platform 6.9 Developers Guide.zip

    《NetBeans Platform 6.9开发者指南》是Java富客户端应用程序开发的重要参考资料,它为开发者提供了深入理解并利用NetBeans RCP(Rich Client Platform)构建桌面应用的详尽指导。NetBeans RCP是一个强大的框架,它...

    Using a TopComponent's Lookup

    在NetBeans平台中,`TopComponent`是框架的核心组件之一,它主要用于构建用户界面。`TopComponent`的查找(Lookup)机制是NetBeans模块系统中一个重要的特性,它提供了组件间的数据共享和通信方式。本教程将深入讲解...

    the definitive guide to netbeans platform

    The Definitive Guide to NetBeans™ Platform is a thorough and definitive introduction to the NetBeans Platform, covering all its major APIs in detail, with relevant code examples used throughout....

    The Definitive Guide to NetBeans Platform 2009

    本书覆盖的是NetBeans Platform 6.5版本。 #### 二、NetBeans平台结构 在第二章中,作者深入介绍了NetBeans平台的基本结构,包括核心组件、模块系统以及这些组件如何协同工作来构建复杂的应用程序。理解平台的架构...

    The Definitive Guide to NetBeans Platform

    ■CHAPTER 16 From Eclipse RCP to the NetBeans Platform . . . . . . . . . . . . . . . . . . 279 ■CHAPTER 17 Tips and Tricks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ...

    NetBeans Platform 6.9 Developers Guide.pdf

    netbeans富客户端编程,swing、netbeans平台开发必备。。另附案例相关代码下载https://download.csdn.net/download/kagurawill/12452854

Global site tag (gtag.js) - Google Analytics