NetBeans UI Components in Swing Applications (II)

Continuing with the series of articles about using the NetBeans Platform in Swing applications today a new entry: an introduction to more advanced UI Components:

  • OutlineView : a powerful mix of a JTree and a JTable.
  • PropertySheetView : a great way to show the properties of your Nodes, being able to modify them.

As you can see in the article using these components in Swing applications is very simple: you just have to add them to a JPanel and they'll automatically find out where the data to render is.

The next section will be about actions.

Happy NetBeans hacking,

Antonio

blog comments powered by Disqus