113114115116117118119120
* the actions to add to menu items */ public ToolBarFactory(ResourceBundle rb, ActionMap am) { super(rb); actions = am; buttonFactory = new ExtButtonFactory(rb, am); buttonGroup = null; }
129130131132133134135136
* the actions to add to menu items */ public RibbonFactory(ResourceBundle rb, ActionMap am) { super(rb); actions = am; buttonFactory = new ExtButtonFactory(rb, am); buttonGroup = null; }
116117118119120121122123