Changes between Version 11 and Version 12 of DevelopersGuide/HelpSystem


Ignore:
Timestamp:
2020-01-31T02:24:17+01:00 (5 years ago)
Author:
skyper
Comment:

fixed two links

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/HelpSystem

    v11 v12  
    5353
    5454=== Adding a help button to an UI widget ===
    55 You can easily add a help button to a GUI element. The easiest way is to reuse [source:/trunk/src/org/openstreetmap/josm/gui/help/ContextSensitiveHelpAction ContextSensitiveHelpAction]:
     55You can easily add a help button to a GUI element. The easiest way is to reuse [source:/trunk/src/org/openstreetmap/josm/gui/help/ContextSensitiveHelpAction.java ContextSensitiveHelpAction]:
    5656{{{
    5757#!java
     
    145145
    146146=== Context-sensitive help in message dialogs ===
    147 The utiliy class [source:/trunk/src/org/openstreetmap/org/josm/gui/HelpAwareOptionPane.java HelpAwareOptionPane] provides static utility methods for displaying message dialogs with enabled context-sensitive help.
     147The utiliy class [source:/trunk/src/org/openstreetmap/josm/gui/HelpAwareOptionPane.java HelpAwareOptionPane] provides static utility methods for displaying message dialogs with enabled context-sensitive help.
    148148
    149149The simplest case is to display a message dialog with an ok button and a help button: