请各位高手帮帮忙!
举个例子让我明白好吗?这里万分感谢!
比如:这是Frame1的按钮
 void jButton1_actionPerformed(ActionEvent e)
{
  //这里的代码怎么编写能调用出另一个Frame2来?
}