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 dialog on this page, http://platform.netbeans.org/tutorials/nbm-property-editors.html
[1]: http://platform.netbeans.org/images/tutorials/custom-editors/changed-date-60.png
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.
Are you asking about this screenshot: platform.netbeans.org/images/tutorials/custom-editors/… Or, this screenshot: platform.netbeans.org/images/tutorials/custom-editors/…
以上就是Creating a "netbeans property" style dialog box的详细内容,更多请关注web前端其它相关文章!