示例#1
0
  protected void initToolbar() {
    // toolbar for home, history buttons, et al.
    toolBar = new BrowserToolBar(this);
    toolBar.setFloatable(false);

    getContentPane().add(toolBar, BorderLayout.NORTH);
  }