Programming and writing about it.

echo $RANDOM

The design of the GUI for Software RAID Tool

To design the GUI for the Software RAID tool, the Swing Application Framework [1] is being used which is integrated with NetBeans IDE 6.1 [2]

The GUI consists of the following major swing controls:

  • jTabbedPane
  • jPanel
  • jFrame
  • jMenu/jMenuItem


I also integrated JavaHelp [3] to provide a user guide which will explain to the users about the various features and technical background information.

References:

  1. https://appframework.dev.java.net/
  2. http://amitksaha.blogspot.com/2008/03/swing-application-framework-on-netbeans.html
  3. http://weblogs.java.net/blog/pkeegan/archive/2007/05/javahelp_and_sw_1.html

Related:

Advertisement

JavaHelp and Swing Application Framework on NetBeans 6.1 Beta

If you are following this doc JavaHelp and Swing Application Framework using NetBeans 6.1 (or greater) you would have run into an issue while adding the action for the menu item. I noticed it and reported to Patrick who very quickly has updated it and now you can follow the doc gleefully on NetBeans 6.0, 6.1+

Thanks Patrick for the nice tutorial!