Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Question Scene Builder for Spectre 2.0 embeddable GUI

First Bot Author
Joined
Aug 7, 2013
Messages
262
So I'm going to start writing bots again, but I don't know where to start with the embeddable GUI as I've never done that before.

I would like to create the GUI using Scene Builder, but I'm not sure if that's possible. If it is, what should be the super class or container?
 
Joined
Sep 22, 2015
Messages
1,613
Try looking up proxi flax picker tutorial somewhere on forums. It's dedicated for Spectre and with embeddable ui, everything is commented out so you'll find out what to do ;d
 
12 year old normie
Joined
Jan 8, 2015
Messages
2,768
Also, the skeleton you requested to be updated has now the embeddable UI.
 
Java Warlord
Joined
Nov 17, 2014
Messages
4,906
Of course you can use scene builder to create the fxml (which is prefered, other than programmatically creating the gui).
The class of the container/root does not matter, it can be any kind of Node.
 
Top