I have the JMenuBar created with several sub menu items
|File Sort Filter Actions etc |
test
within Filter I have a sub menu item "test" when clicking on the item, the item will open another java file (test.java).
void actions_mnI_actionPerformed(java.awt.event.ActionEvent event)
{
//need to open up test.java
}
Dano
dskryzer@hotmail.com
What's your major malfunction
|File Sort Filter Actions etc |
test
within Filter I have a sub menu item "test" when clicking on the item, the item will open another java file (test.java).
void actions_mnI_actionPerformed(java.awt.event.ActionEvent event)
{
//need to open up test.java
}
Dano
dskryzer@hotmail.com
What's your major malfunction