Hello!
I have a problem. How to display the bulletAppState in javafx.scene.layout.Pane?
Best Regards Artur.
Hello!
I have a problem. How to display the bulletAppState in javafx.scene.layout.Pane?
Best Regards Artur.
That doesn’t sound right. What exactly are you trying to do? BulletAppState has no direct visual output, so please explain what is the problem.
Some code would be welcome as well.
I have a fancy car code.
public void simpleInitApp() {
bulletAppState = new BulletAppState();
stateManager.attach(bulletAppState);
…
}
I want to launch app window in my:
@FXML
private Pane model3DPane;
You can show your jME application inside an ImageView.
This is interesting i try.
Thank you!
I use my fork of JME-JFX for this case. You can also use it.
Library:
Dependence:
Example of using:
https://github.com/JavaSaBr/JME3-JFX/blob/backport_jdk8/test-src/com/jme3x/jfx/TestJmeToJFX.java