From: SourceForge.net <no...@so...> - 2003-06-26 16:04:06
|
Feature Requests item #761270, was opened at 2003-06-26 09:04 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=761270&group_id=44253 Category: User interface Group: Small (< 1 pair-week) Status: Open Priority: 5 Submitted By: Neal Horowitz (nrhorowitz) Assigned to: Nobody/Anonymous (nobody) Summary: Config Option Descriptions Initial Comment: Story: A new user to DrJava is trying to set up his preferences. While browsing the various configuration options, the user comes upon an option whose use is not immediately apparent. Confident that the DrJava developers would provide him with help in this situation, the new user hovers the mouse over the option, and a tooltip pops up with a complete description of the option. The user is then able to configure his DrJava more intelligently. This would probably be fairly straightforward to implement. Each Option would have a method like "getDescription()" to give detailed information as to its function. Each OptionComponent would then merely have to call JComponent.setToolTipText() with the description. This information would probably be optional, so as to save implementing it for particularly braindead options. If setDescription() is never called, no tooltip would be displayed. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=761270&group_id=44253 |