|
|
@ -7,6 +7,7 @@ import com.jme3.gde.core.util.CameraUtil.View; |
|
|
|
import java.awt.event.ActionEvent; |
|
|
|
import java.awt.event.ActionEvent; |
|
|
|
import java.awt.event.ActionListener; |
|
|
|
import java.awt.event.ActionListener; |
|
|
|
import org.openide.awt.ActionID; |
|
|
|
import org.openide.awt.ActionID; |
|
|
|
|
|
|
|
import org.openide.awt.ActionReference; |
|
|
|
import org.openide.awt.ActionReferences; |
|
|
|
import org.openide.awt.ActionReferences; |
|
|
|
import org.openide.awt.ActionRegistration; |
|
|
|
import org.openide.awt.ActionRegistration; |
|
|
|
import org.openide.util.NbBundle.Messages; |
|
|
|
import org.openide.util.NbBundle.Messages; |
|
|
@ -16,7 +17,7 @@ id = "com.jme3.gde.core.sceneviewer.actions.SwitchFrontViewAction") |
|
|
|
@ActionRegistration(displayName = "#CTL_SwitchFrontViewAction") |
|
|
|
@ActionRegistration(displayName = "#CTL_SwitchFrontViewAction") |
|
|
|
@ActionReferences({ |
|
|
|
@ActionReferences({ |
|
|
|
//for later toolbars:
|
|
|
|
//for later toolbars:
|
|
|
|
// @ActionReference(path = "Shortcuts", name = "NUMPAD1"),
|
|
|
|
@ActionReference(path = "Shortcuts", name = "NUMPAD1"), |
|
|
|
// @ActionReference(path = "CameraTools", name = "Switch Front View")
|
|
|
|
// @ActionReference(path = "CameraTools", name = "Switch Front View")
|
|
|
|
}) |
|
|
|
}) |
|
|
|
@Messages("CTL_SwitchFrontViewAction=Switch to front view") |
|
|
|
@Messages("CTL_SwitchFrontViewAction=Switch to front view") |
|
|
|