JME3-JFX icon indicating copy to clipboard operation
JME3-JFX copied to clipboard

JFX Gui bridge for JME with usefull utilities for common usecases

Results 2 JME3-JFX issues
Sort by recently updated
recently updated
newest added

java.lang.IllegalArgumentException: Number of remaining buffer elements is 0, must be at least 1920000. Because at most 1920000 elements can be returned, a buffer with at least 1920000 elements is required,...

Running this code: ``` java import com.jme3.app.SimpleApplication; import com.jme3.math.ColorRGBA; import com.jme3x.jfx.AbstractHud; import com.jme3x.jfx.GuiManager; import com.jme3x.jfx.cursor.proton.ProtonCursorProvider; import javafx.collections.FXCollections; import javafx.scene.control.ComboBox; import javafx.scene.layout.BorderPane; import javafx.scene.layout.Region; public class Test extends SimpleApplication { public...