Question about Callables and jME

I would interested to know where is the parent to pass. I looked into simple application and can’t find the parent component that should pass for this to work. What should I put instead of null in the JOptionPane??

Thanks in advance for all the help

honestly I don’t know as I haven’t tried it, not sure what do you pass in that field. I would be also curious to know. Maybe the other experts can tell u

can someone please indicate how to pass the parent class of jME to the jOptionPane??



thanks

@garnaout said:
can someone please indicate how to pass the parent class of jME to the jOptionPane??

thanks

jME3 does not use AWT/Swing for the display, thus no such component exists.
1 Like

is it more recommended to use Nifty for the GUI rather than Swing?

Depends what you are doing really :slight_smile:



For hud/in game menus/etc then you can’t really use swing. It’s just not possible.

1 Like

so why no one recommended him to use Nifty for that jump window rather than swing on the swing thread? wouldn’t that make his life easier?