hi, is it possible to display another jpanel in the frame instead of opening a new frame each time?


public void actionPerformed(ActionEvent e)
{
JFrame aFrame = new JFrame(); ...