开发者

Creating a "netbeans property" style dialog box

I've been trying to create a GUI using netbeans, that includes a dialog similar to Netbean's own "property dialog" that appears when designing. ie. a dialog that contains a table that can be expanded by tree nodes. Something like the 开发者_JAVA技巧dialog on this page, http://platform.netbeans.org/tutorials/nbm-property-editors.html

As far as I can understand, the page I linked to describes a custom editor I can set up for use within netbeans while designing - I'm just looking for a way to doing something similar for my actual application I'm writing. Is there an easy way to do this?

I came across this and have tried it but it doesn't quite work in the same way as the standard Netbeans dialog. weblogs.java.net/blog/timboudreau/archive/2008/06/egads_an_actual.html

Any tips greatly appreciated.


This will sound flip... but I am being serious.

The easiest way to do this is to write your app using the NetBeans RCP platform.

You may want to look at the Swing Application Framework, too.

There are a couple SAF samples integrated into NetBeans... You can read about them here: http://netbeans.org/kb/docs/java/gui-saf.html

I could not find a property editor dialog sample, though.

I found a couple other pointers, using this query: http://www.google.com/search?q=how+to+write+a+property+editor+dialog+in+swing


You could take a look into the l2fprod components

Creating a "netbeans property" style dialog box


(source: l2fprod.com)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜