164165166167168169170
* JShadePane. * Create a tool bar pane, a toolbar in that pane, and a menu bar for * the given context. */ public DesktopContext(AppContext context) { this(context, new JShadePane()); }