When i click a button in Jframe to link to master/details sample form. There show some error.
I using this way to link between jframe is working fine. But it is not working with Jframe to master/details sample form.
The master/details sample form name is set as "test"
test Paneltest = new test();
Paneltest.setVisible(true);
Anyone can help?