1 7 package org.ejtools.adwt.action.help; 8 9 import java.util.ResourceBundle ; 10 11 import org.ejtools.adwt.action.Command; 12 import org.ejtools.adwt.action.CommandAction; 13 14 21 public class HelpOnLineAction extends CommandAction 22 { 23 24 private static ResourceBundle resources = ResourceBundle.getBundle("org.ejtools.adwt.action.Resources"); 25 26 27 32 public HelpOnLineAction(Command command) 33 { 34 super(command, resources, "action.help.online"); 35 this.setMenu("action.help"); 36 } 37 } 38 39 | Popular Tags |