随笔分类 -  Geertjan's Blog

1 2 下一页
转载Geertjan博客的精彩文章
NetBeans Sources as a Platform
摘要:http://blogs.oracle.com/geertjan/entry/netbeans_sources_as_a_platform—————————————————————————————————————————————————————————————————————————————— NetBeans Sources as a Platform By Geertjan on Nov 26, 2011 By default, when you create a n... 阅读全文
posted @ 2012-01-08 12:17 网络大豆 阅读(221) 评论(0) 推荐(0) 编辑
Pluggable JXTaskPane
摘要:http://blogs.oracle.com/geertjan/entry/pluggable_jxtaskpane—————————————————————————————————————————————————————————————— Pluggable JXTaskPane By Geertjan on May 21, 2010 Some of the students on the recent NetBeans Platform Certified Train... 阅读全文
posted @ 2011-11-03 12:00 网络大豆 阅读(333) 评论(0) 推荐(0) 编辑
Setting the Order of Windows in a Single Mode
摘要:http://blogs.oracle.com/geertjan/entry/setting_the_order_of_windows___________________________________________________________________ you have multiple windows displayed in a single mode. How do you specify the order in which the windows are displayed? See below. <foldername="Windows2" 阅读全文
posted @ 2011-10-25 17:27 网络大豆 阅读(193) 评论(0) 推荐(0) 编辑
Creating A New Mode In Your Application
摘要:http://blogs.oracle.com/roller-ui/bsc/spider.jsp?entry=c885fd8d0e44862b010e5a6a299d2525尚未正式发布的Netbeans v7.1已经提供了向导用来创建mode —————————————————————————————————————————————————————————————————————————————————— Creating A New Mode In Your Application This is a detaile... 阅读全文
posted @ 2011-10-23 20:19 网络大豆 阅读(275) 评论(0) 推荐(0) 编辑
NetBeans Platform APIs: Top 10 Runners Up
摘要:http://blogs.oracle.com/geertjan/entry/netbeans_platform_apis_top_10————————————————————————————————————————————————————————————————————————If yesterday's list of NetBeans APIs are to be seen as the NetBeans Platform's "Top 10 Greatest Hits" (the 10th place is still open to suggest 阅读全文
posted @ 2011-09-27 18:44 网络大豆 阅读(367) 评论(0) 推荐(0) 编辑
New NetBeans API For Adding Close Button to JTabbedPane
摘要:http://blogs.oracle.com/geertjan/entry/netbeans_apis_add_close_button————————————————————————————————————————————————————————————————————————One of the many esoterically ongoing discussions in the Swing world is that of "The Missing Close Button on JTabbedPanes". (To see a selection of the 阅读全文
posted @ 2011-09-27 18:42 网络大豆 阅读(369) 评论(0) 推荐(0) 编辑
org.openide.awt.DropDownButtonFactory
摘要:http://blogs.oracle.com/geertjan/entry/org_openide_awt_dropdownbuttonfactory1————————————————————————————————————————————————————————————————————I was learning about org.openide.awt.DropDownButtonFactory yesterday, because of the cool Profiler drop-down buttons in the IDE's toolbar. I assumed th 阅读全文
posted @ 2011-09-27 18:39 网络大豆 阅读(489) 评论(0) 推荐(0) 编辑
Code for Rerun DropDownButtonFactory
摘要:http://blogs.oracle.com/geertjan/entry/code_for_rerun_dropdownbuttonfactory——————————————————————————————————————————————————————————————————————I made some serious progress with my redeploy plugin today. Since it was inspired by Gareth Uren, who liked this functionality in Eclipse and misses it i.. 阅读全文
posted @ 2011-09-27 18:36 网络大豆 阅读(305) 评论(0) 推荐(0) 编辑
Node Hierarchy Reordering via Children.Keys
摘要:http://blogs.oracle.com/geertjan/?page=9———————————————————————————————————————————————————————————————————————— This time, for the first time in my blog, via Children.Keys: publicclassMyObjectChildrenextendsChildren.Keys<MyObject>implementsIndex{privateIndexindexSupport;@Overrideprotectedvoid 阅读全文
posted @ 2011-09-26 17:15 网络大豆 阅读(259) 评论(1) 推荐(0) 编辑
Zoom Capability
摘要:http://blogs.oracle.com/geertjan/?page=6——————————————————————————————————————————————————————————————————————Look at the Zoom buttons in the extreme left of the toolbar below. In the first screenshot, the selected window does not require zoomability, hence the buttons are disabled... ...while ... 阅读全文
posted @ 2011-09-25 09:24 网络大豆 阅读(414) 评论(0) 推荐(0) 编辑
Predefining the Installation Folder in the NetBeans Installer Framework
摘要:http://blogs.oracle.com/geertjan/entry/predefining_the_installation_folder_in————————————————————————————————————————————————————————————-——————Derek, who I suspect of being Derek Witt from the Jewelry Customer Manager on the NetBeans Platform, recently left a comment in this blog about the NetBeans 阅读全文
posted @ 2011-09-25 09:19 网络大豆 阅读(314) 评论(0) 推荐(0) 编辑
Better ChildFactory
摘要:http://blogs.oracle.com/geertjan/entry/better_childfactory————————————————————————————————————————————————————————————————————————Thanks to Jesse, here's a corrected & improved ChildFactory from a few days ago, using ChildFactory.Detachable so that you have addNotify/removeNotify to add/remo 阅读全文
posted @ 2011-09-25 09:11 网络大豆 阅读(205) 评论(0) 推荐(0) 编辑
Custom Corporate Menu Bar for NetBeans Platform Applications
摘要:http://blogs.oracle.com/geertjan/entry/customizable_corporate_menu_bar_for———————————————————————————————————————————————————————————————————————— Today let's create a highly customized menu bar in our NetBeans Platform application: What's special in ... 阅读全文
posted @ 2011-09-25 09:01 网络大豆 阅读(435) 评论(0) 推荐(0) 编辑
Custom Swing Menu Bar with Web-Like Appearance & Behavior
摘要:http://blogs.oracle.com/geertjan/entry/custom_swing_menu_bar_with—————————————————————————————————————————————————————————————————— Yesterday you saw how to provide a highly customized menu bar in a NetBeans Platform application. Let's now take it a few steps further. We imagine that our require 阅读全文
posted @ 2011-09-25 09:00 网络大豆 阅读(303) 评论(0) 推荐(0) 编辑
Custom Tabbed Toolbar with Corporate Image and Central Registry Integration
摘要:http://blogs.oracle.com/geertjan/entry/tabbed_toolbar_with_corporate_image——————————————————————————————————————————————————————————————————In the last two days, you have read in this blog how to replace the default menu bar from the NetBeans Platform with your own custom menu bar. The reason for .. 阅读全文
posted @ 2011-09-25 08:56 网络大豆 阅读(314) 评论(0) 推荐(0) 编辑
Installing the JRE via an Application's Installer via Windows
摘要:http://blogs.oracle.com/geertjan/entry/installing_the_jre_via_an —————————————————————————————————————————————————————————————————— In contrast to Ern 阅读全文
posted @ 2011-09-25 08:50 网络大豆 阅读(707) 评论(0) 推荐(0) 编辑
Presenter.Toolbar Meets @Action Annotations
摘要:http://blogs.oracle.com/geertjan/entry/presenter_toolbar_meets_action_annotations————————————————————————————————————————————————————————————————————————Let's say you have a JPanel that you'd like to integrate into the NetBeans Platform toolbar. As an example, we imagine that this is the JPa 阅读全文
posted @ 2011-09-24 17:46 网络大豆 阅读(257) 评论(0) 推荐(0) 编辑
FireFox Personas for the NetBeans Platform
摘要:http://blogs.oracle.com/geertjan/entry/firefox_personas_for_the_netbeans————————————————————————————————————————————————————————————————————————While thinking about Henry's Nimbus challenges, I received a great tip from NetBeans Platform window system guru Stan Aubrecht: There's a small API 阅读全文
posted @ 2011-09-24 17:42 网络大豆 阅读(266) 评论(0) 推荐(0) 编辑
Custom Corporate Background for NetBeans Platform Applications
摘要:http://blogs.oracle.com/geertjan/entry/custom_corporate_background_for_netbeans——————————————————————————————————————————————————————————————————Dunder Mifflin and any other organization out there can quite easily brand the background of their application on the NetBeans Platform, with this result.. 阅读全文
posted @ 2011-09-24 17:22 网络大豆 阅读(190) 评论(0) 推荐(0) 编辑
NetBeans IDE 7.1 Window Layout Designer
摘要:http://blogs.oracle.com/geertjan/entry/netbeans_ide_7_1_window——————————————————————————————————————————————————————————————————In 7.1, you'll see this in the New File dialog: I.e., as you can see, there'll be two new file templates. One for creating & registering a new layer file (hurra 阅读全文
posted @ 2011-09-24 17:11 网络大豆 阅读(331) 评论(0) 推荐(0) 编辑

1 2 下一页